Thanks that did it!
here's a direct-er link if anybody needs it. http://thepernproject.com/tools/DS/visu ... wizard.zip
Search found 4 matches
- Tue Aug 04, 2009 4:51 pm
- Forum: devkitARM
- Topic: problem setting up ide in visual c++
- Replies: 6
- Views: 7508
- Tue Aug 04, 2009 3:02 am
- Forum: devkitARM
- Topic: problem setting up ide in visual c++
- Replies: 6
- Views: 7508
Re: problem setting up ide in visual c++
still nothing. 1>Performing Makefile project actions 1>make: *** No targets specified and no makefile found. Stop. 1>Build log was saved at "file://c:\dsdev\pokesav\Debug\BuildLog.htm" 1>pokesav - 0 error(s), 0 warning(s) ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
- Tue Aug 04, 2009 1:48 am
- Forum: devkitARM
- Topic: problem setting up ide in visual c++
- Replies: 6
- Views: 7508
Re: problem setting up ide in visual c++
still doesn't work. should I take the spaces out of the folder called "visual studio 2008"? file://c:\Users\Matt\Documents\ Visual Studio 2008 \Projects\Pokesav ds\ to file://c:\Users\Matt\Documents\ Visual_Studio_2008 \Projects\Pokesav ds\ or should I try downgrade to visual c++ 2007 or lower? edit ...
- Mon Aug 03, 2009 6:52 pm
- Forum: devkitARM
- Topic: problem setting up ide in visual c++
- Replies: 6
- Views: 7508
problem setting up ide in visual c++
I want to be able to use visual c++ 2008 express edition to compile code for the nds but I'm running into a few problems. I did this... http://www.devkitpro.org/faq/how-do-i-use-devkitpro-toolchains-with-visual-c-express/ but when I try to compile this #include <nds.h> #include <stdio.h> int main ...