Visual C++ Project Wizard for Dreamcast
Hi,
I have updated and bugfixed my Visual C++ Project Wizard for Dreamcast. You can get it from here:
Visual C++ Project Wizard (160 KB)
The wizard will work with the:
- Microsoft Visual Studio 2003 .Net
- Microsoft Visual Studio 2005
- Microsoft Visual C++ 2005 Express Edition
Requirements:
- I've not tried this with Win9x/ME but I assume it will run with 2000/XP only.
- Windows Installer runtime (already installed on 99% of all machines)
- An up-and-running Dreamcast Dev Environment (download and install the ISO) (Cygwin, SH4 Toolchain, KallistiOS files and 'make')
- Optional: A Coder's Cable/BBA and/or Chankast to run your compilations
Install either to (according to what IDE you have installed)
X:\Program Files\Microsoft Visual Studio .Net 2003\Vc7
X:\Program Files\Microsoft Visual Studio 8\VC
X:\Program Files\Microsoft Visual Studio 8\Express\VC
After that, you should see a new entry in the 'Templates' list (File->New->Project). Make sure to not select any child node in 'Project Types' if you use VS2005 since the wizard does not install into any child node like (Win32 or Smart Device, etc.). Set the project name and destination and click 'OK'.
If you compile and run the project with the 'Release' configuration active and you have a running cygwin and compiler toolchain, VS will try to upload your compilation over the Coder's Cable/BBA.
If you compile and run the project with the 'Debug' configuration active (Cygwin and compiler toolchain required, again), VS will start Chankast and make it run the .bin conversion of your compilation (a running chankast installation is required, of course).
Have fun and feel free to comment or ask questions.