VS 2008
From auby.no
Visual Studio is a great environment for writing code. Using the makefile project type you can compile for other targets, in this case DS using GCC.
How to use: Download file, extract it to the same directory as your makefile. This will create a folder called "vs". Open the solution file inside this folder, hit compile, and it should work right out of the box. You don't have to add your source / include files to it, but you should since it's easier to manage the project.
The project file has GCC commands for build, rebuild and clean. It should be compatible with both Visual Studio Express 2008 and full versions of Visual Studio 2008.
Download: http://www.auby.no/files/nds/vs2008.rar
