In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "WiiWizard"

From WiiBrew
Jump to navigation Jump to search
(version 1.1a)
m (New Infobox)
Line 1: Line 1:
{{Infobox homebrewapp
+
{{Infobox homebrew
 
| title      = WiiWizard
 
| title      = WiiWizard
| desc        = Visual Studio Template for Wii Homebrew
+
| type        = pc utility
| type        = PC Utility
 
 
| author      = [[User:luccax|luccax]]
 
| author      = [[User:luccax|luccax]]
 
| version    = 1.1a
 
| version    = 1.1a
| download    = [http://luccax.drunkencoders.com/?page_id=38 v1.1a]
+
| download    = http://luccax.drunkencoders.com/?page_id=38
 
| source      = Included
 
| source      = Included
| website    = [http://luccax.drunkencoders.com/ luccax]
+
| website    = http://luccax.drunkencoders.com/
 
}}
 
}}
 
'''WiiWizard''' lets you install a Wii Application Template inside your Visual Studio (Express) 2008.
 
'''WiiWizard''' lets you install a Wii Application Template inside your Visual Studio (Express) 2008.

Revision as of 23:30, 6 July 2009

WiiWizard
General
Author(s)luccax
TypePC utility
Version1.1a
Links
Download
Website
Source

WiiWizard lets you install a Wii Application Template inside your Visual Studio (Express) 2008.

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

Bugs and Suggestions

Report bugs at the author's blog.

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