Page 1 of 1

Help with intellisense for libNDS

Posted: Tue May 26, 2009 10:27 am
by Sorensor
Hello all,

I'm using visual studio 2008 express, I believe I have everything setup correctly (can compile a *.nds) but can't get intellisense working.

I followed the instructions here, http://www.dev-scene.com/NDS/Tutorials_ ... _Up_An_IDE. Under include files I've added "(devkitPro)\libnds\include" and under Library files "(devkitPro)\libnds\lib".

I get all the declarations from #include <nds.h> such as REG_KEYINPUT, but no functions, for instance consoleDemoInit().

Appologies if this has been answered elsewhere.

Any help would be greatly appreciated.

Sorensor

Re: Help with intellisense for libNDS

Posted: Fri Jun 12, 2009 3:43 am
by dovoto
Here is a handy wizard I wrote a while back which makes working with visual studio and devkitPro toolchains a bit simpler.

EDIT

http://thepernproject.com/tools/DS/visu ... wizard.zip

Sets up intellisense and such...works pretty good for me.

Re: Help with intellisense for libNDS

Posted: Tue Jun 23, 2009 7:36 pm
by spectre1989
I'm having intellisense issues too, and the link is dead, any chance you could reup?

Re: Help with intellisense for libNDS

Posted: Tue Jun 23, 2009 9:24 pm
by dovoto
Sorry, moved the site and a few things got lost. The link works now even though its a bit hacky.

Re: Help with intellisense for libNDS

Posted: Wed Jun 24, 2009 2:30 am
by spectre1989
Cheers for the reup, though my intellisense still isn't working...