Search found 9 matches
- Sat Oct 11, 2008 5:08 pm
- Forum: devkitARM
- Topic: Sprite_Bitmap/Complex2D examples in r23b don't work
- Replies: 1
- Views: 3534
Sprite_Bitmap/Complex2D examples in r23b don't work
I'm having problems with my own sprites on r23b. To help figure out what was happening, I tried to use one of the examples. Unfortunately, neither of them work. Sprite_Bitmap in particular is a very simple program, and instead of getting the three quads, I simply get two small blue lines. Using the ...
- Fri Oct 10, 2008 10:14 pm
- Forum: devkitARM
- Topic: bool SpriteEntry::hFlip
- Replies: 1
- Views: 3557
Re: bool SpriteEntry::hFlip
Try a simpler program, like the enclosed devkitPro example Sprite_Bitmap to see what happens.
- Thu Aug 14, 2008 5:11 pm
- Forum: devkitARM
- Topic: devkitARM r23b stat function fails - devkitARM r22 succeeded
- Replies: 1
- Views: 3981
Re: devkitARM r23b stat function fails - devkitARM r22 succeeded
I've "solved" the problem by rebuilding libfat. I did have to make one small change to libfat.c, turning off the clause where it looks at __system_argv by adding a guard to the #ifndef for NDS as well. It now compiles and runs fine apparently.
- Wed Aug 13, 2008 4:29 pm
- Forum: devkitARM
- Topic: Boost with devkitARM
- Replies: 1
- Views: 4413
Re: Boost with devkitARM
I have been successfully using some of the boost libraries in my project. I'm using boost 1.35.0. I'm not compiling any actual libraries, but using some of the headers that come with it. Specifically I'm using array, multi_array, circular_list, and shared_ptr.
- Wed Aug 13, 2008 7:47 am
- Forum: devkitARM
- Topic: devkitARM r23b stat function fails - devkitARM r22 succeeded
- Replies: 1
- Views: 3981
devkitARM r23b stat function fails - devkitARM r22 succeeded
A while ago I was able to set up reading files from an emulator image using the instructions found here: http://thoughtsfrommylife.com/article-755-File_Reading_On_the_DS_In_An_Emulator_and_on_the_DS when using devkitARM r22. Using the sample code found here: http://chishm.drunkencoders.com/libfat ...
PSP Emu?
What emulator do you guys recommend for running homebrew developed programs written with devkitPSP?
- Tue Mar 25, 2008 5:56 pm
- Forum: devkitARM
- Topic: Compile GCC 4.3.0?
- Replies: 4
- Views: 9043
Re: Compile GCC 4.3.0?
Thanks. I look forward to it. I'm running XP SP2.
- Mon Mar 24, 2008 7:41 pm
- Forum: devkitARM
- Topic: Compile GCC 4.3.0?
- Replies: 4
- Views: 9043
Re: Compile GCC 4.3.0?
Any idea when that will be?
- Mon Mar 24, 2008 5:32 pm
- Forum: devkitARM
- Topic: Compile GCC 4.3.0?
- Replies: 4
- Views: 9043
Compile GCC 4.3.0?
Are there instructions or configuration options that were used to compile devkitARM compilers? I would like to update my compiler to 4.3.0 from the 4.1.2 currently bundled with r21.
Thanks.
Thanks.