Search found 85 matches

by lazyprogramer
Fri May 13, 2011 7:35 pm
Forum: DS/DSi Development
Topic: Use Dsi Camera in a Homebrew?
Replies: 5
Views: 6649

Re: Use Dsi Camera in a Homebrew?

We already have... well... I think 6 topics with this question!
The answer still is:
You can't use the camera, because you can't run homebrew in the DSi mode!
by lazyprogramer
Wed May 04, 2011 8:23 pm
Forum: DS/DSi Development
Topic: Javascript on the DS. Possible?
Replies: 7
Views: 8031

Re: Javascript on the DS. Possible?

And there's no free download for it?
by lazyprogramer
Wed May 04, 2011 2:09 pm
Forum: Announcements
Topic: libnds 1.5.0, default arm7 0.5.20
Replies: 9
Views: 25292

Re: libnds 1.5.0, default arm7 0.5.20

Code: Select all

How do you rebuild the Makefile...?
I chose a Makefile from one of the nds examples and added
some rules for the .pcx , .grit, ... files and I added the
libs I used for my project! Recreating the Makefile was
not hard work, but it's annoying!
by lazyprogramer
Tue Apr 12, 2011 3:16 pm
Forum: Announcements
Topic: libnds 1.5.0, default arm7 0.5.20
Replies: 9
Views: 25292

Re: libnds 1.5.0, default arm7 0.5.20

It is a lesson for me :(
I only have some parts of my project but I have a bit older version of code saved! :)
I hope I can rebuild the Makefile...
by lazyprogramer
Sun Apr 10, 2011 2:48 pm
Forum: Announcements
Topic: libnds 1.5.0, default arm7 0.5.20
Replies: 9
Views: 25292

Re: libnds 1.5.0, default arm7 0.5.20

I installed the installer and all my projects were removed!!!!! :shock:
Is there any possibility to get my files back?!!
by lazyprogramer
Wed Mar 23, 2011 2:11 pm
Forum: DS/DSi Development
Topic: create 3d and include
Replies: 61
Views: 158174

Re: create 3d and include

My contributions are valuable? I didn't know that!
by lazyprogramer
Tue Mar 22, 2011 2:37 pm
Forum: DS/DSi Development
Topic: Listing files in direcotry
Replies: 1
Views: 3132

Re: Listing files in direcotry

You used the same includes like in the libfatdir example ;) That's okay!
But did you also wrote a

Code: Select all

fatInitDefault();
or something like that (with other filesystems) in your code?
If you wrote fatInitDefault(); make sure you have a FAT filesystem on your card!
by lazyprogramer
Tue Mar 22, 2011 2:06 pm
Forum: DS/DSi Development
Topic: Beginner with something in mind.
Replies: 3
Views: 4787

Re: Beginner with something in mind.

Asks to open a file
What did you mean in this part? Should your app try to open a file...?
by lazyprogramer
Tue Mar 22, 2011 2:04 pm
Forum: DS/DSi Development
Topic: create 3d and include
Replies: 61
Views: 158174

Re: create 3d and include

This is a wonderful topic/thread.
...And I created this topic :D
by lazyprogramer
Tue Mar 15, 2011 5:00 pm
Forum: DS/DSi Development
Topic: Retrieving user infos?
Replies: 5
Views: 5959

Re: Retrieving user infos?

and i suppose it would be too much to ask for you to search for system.h, look at the directory it is, and consider how you have included files in that directory in the past, and apply that to the case of system.h?
Ooups!
I understand!
Thanks, vuurrobin!