gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS development > How does one get Visual Studio to work with devkitpro?

#128788 - Geno - Tue May 15, 2007 8:04 am

I've downloaded devkitpro to begin DS development, but I'm having a few problems. I've tried searching google and these forums for answers, but all of the tutorials I've seen on how to get the two working together don't explain the process very well.

I can make a makefile project and fill in the appropriate boxes, but I still don't completely understand how to make all of that work properly with the VS interface.

If someone has a link to a good tutorial I'd appreciate it. Even better if someone can explain the process here. Thanks.
_________________
Out of Order.

#128799 - Risine - Tue May 15, 2007 11:00 am

Not quite hard, don't worry!
Have you seen that link?
http://www.devkitpro.org/faq.shtml
You just have to follow that faq and it should work properly.
Once that is done, just add the source files ( c,cpp ) in your project source files ( the same for h files ). Then you just have to compile it.