More actions
(Created page with "{{#seo: |title=Wii Homebrew PC Tools (PC utilities) - GameBrew |title_mode=append |image=wii-logo.jpg |image_alt=WiiWizard }} {{Infobox Wii Homebrews |title=WiiWizard |image=w...") |
No edit summary |
||
Line 15: | Line 15: | ||
|license=Mixed | |license=Mixed | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/wiiwizardwii.7z | |download=https://dlhb.gamebrew.org/wiihomebrews/wiiwizardwii.7z | ||
|website=http://luccax.drunkencoders.com/ | |website=https://web.archive.org/web/20090130011541/http://luccax.drunkencoders.com/?page_id=38 | ||
|source= | |source= | ||
}} | }} | ||
'''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 | |||
==External Links== | |||
* Official Site - https://web.archive.org/web/20090130011541/http://luccax.drunkencoders.com/?page_id=38 | |||
* WiiBrew - https://wiibrew.org/wiki/WiiWizard |
Revision as of 05:53, 15 Ocak 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