WiiWizard: Difference between revisions
From GameBrew
More actions
No edit summary |
m HydeWing moved page Wiiwizard Wii to WiiWizard |
(No difference)
| |
Revision as of 05:53, 15 January 2023
| WiiWizard | |
|---|---|
| General | |
| Author | luccax |
| Type | PC utilities |
| Version | 1.1a |
| License | Mixed |
| Last Updated | 2009/05/10 |
| Links | |
| Download | |
| Website | |
WiiWizard is a tool that allows you to install a Wii Application Template inside your Visual Studio (Express) 2008. This template enables you to create a Wii project the same way you create a Windows one, in a simple and fast way.
The template includes the libogc's MakeFile and a 'main.cpp' that is ready to be compiled, making it a recommended starting point. Additionally, it has IntelliSense pre-configured for libogc stuff.
This template is based on the PAlib Application Wizard and makes it easy to get started with Wii development using Visual Studio.
Features
- Simple installation
- Works for both Professional and Express 2008 versions
- The template has the libogc's MakeFile and a custom 'main.cpp'
- IntelliSense pre-configured for libogc
- Since version 1.1, a Style Fix can be applied, making it compatible with Visual Studio's Error Debugging System
- Works with Windows Vista, Seven and XP
Changelog
v1.1a
- Fixed bug on Windows XP
v1.1
- Replaced Java Scripts with a Windows Executable
- Added Output Style Fix
- Other minor updates
v1.0
- Initial Release