Search found 7 matches

by NightFox
Thu Feb 24, 2011 12:40 am
Forum: libfat
Topic: questions about card io and the filesystem
Replies: 16
Views: 38002

Re: questions about card io and the filesystem

The Bad idea of use Search for the file into SD. Long time ago, when i was too innocent, i has happy coding using EFS. Was great i think, all my files embemed into the NDS. Time passed and i entry a project into compo, and surprise, people starts to blame me because game dont boots. Extrange, i test...
by NightFox
Thu Jul 29, 2010 1:34 pm
Forum: DS/DSi Development
Topic: BUG detected on lastest relase
Replies: 0
Views: 4765

BUG detected on lastest relase

Hi! I just noticed a little "bug?" on grit. I normaly use this command line to convert my bmp with letters to use as font in my custom text engine: grit.exe myfile.bmp -g -gTFF00FF -mR! -p -ftb Well the problem is: With lastest release of grit.exe (171 kb one) http://img190.imageshack.us/i...
by NightFox
Fri Mar 27, 2009 12:49 am
Forum: DS/DSi Development
Topic: How to load Multiple Tiled Bg's on both screens
Replies: 0
Views: 2681

How to load Multiple Tiled Bg's on both screens

Hi! I started few days ago to coding only with LIBNDS (i was coding with PALIB from 2 years). I triyin to migrate the funcion si made for my games to libnds, but i got some troubles (i'm a noob using libnds). I got working load a tiled Bg's from fat, (i converted it with GRIT), but i can't find any ...
by NightFox
Wed Mar 25, 2009 11:10 pm
Forum: libfat
Topic: fseek() doesn't work any more as it should
Replies: 6
Views: 13434

Re: fseek() doesn't work any more as it should

Ok Still not working, ftell() still returning a size of 2112157696 bytes (when real size of file is 24576 bytes) running it on no$gba or ideas. by the way, to can compile with filesystem.h, i detected a small bug on filesystem.h to can compile right with Visual C++ The filesystem.h that comes with R...
by NightFox
Tue Mar 24, 2009 4:47 pm
Forum: libfat
Topic: fseek() doesn't work any more as it should
Replies: 6
Views: 13434

Re: fseek() doesn't work any more as it should

Hi! Including #include <filesystem.h> then adding you code i just get a erro compiling 1>main.o: In function `main': 1>c:/NDS/projects/nflib/nflib/source/main.cpp(29): undefined reference to `nitroFSInit()' 1>collect2: ld returned 1 exit status 1>make[1]: *** [/c/NDS/projects/nflib/nflib/nflib.elf] ...
by NightFox
Tue Mar 24, 2009 2:35 pm
Forum: DS/DSi Development
Topic: I need an older version that will work with PAlib
Replies: 2
Views: 3669

Re: I need an older version that will work with PAlib

I'm moving (as experienced user in palib) from palib to libnds. The only bad point on current libnds maybe it's a maybe we need a little more clear tutorials about how some functions works. When i get deep in libnds maybe i can sugest you impovements, but at this point i'll need help to understand s...
by NightFox
Mon Mar 23, 2009 10:22 pm
Forum: libfat
Topic: fseek() doesn't work any more as it should
Replies: 6
Views: 13434

Re: fseek() doesn't work any more as it should

i has the same issue when using ftell(). Tested both on ideas and no$gba. On real hard works nice...
Anyone knows how to fix it ?