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
 
(11 intermediate revisions by 6 users not shown)
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.1
+
| version    = 1.1a
| download    = [http://luccax.drunkencoders.com/?page_id=38 v1.1]
+
| download    = Media:WiiWizard_1.1a.rar
| source      = Included
+
| source      =  
| 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.
Line 13: Line 12:
 
== Features ==
 
== Features ==
 
* Simple installation
 
* Simple installation
* Works for both Profissional and Express 2008 versions
+
* Works for both Professional and Express 2008 versions
 
* The template has the libogc's MakeFile and a custom 'main.cpp'
 
* The template has the libogc's MakeFile and a custom 'main.cpp'
 
* IntelliSense pre-configured for libogc
 
* IntelliSense pre-configured for libogc
Line 25: Line 24:
 
== Changelog ==
 
== Changelog ==
  
===v1.1===
+
=== v1.1a ===
 +
* Fixed bug on Windows XP
 +
 
 +
=== v1.1 ===
 
* Replaced Java Scripts with a Windows Executable
 
* Replaced Java Scripts with a Windows Executable
 
* Added Output Style Fix
 
* Added Output Style Fix
 
* Other minor updates
 
* Other minor updates
  
===v1.0===
+
=== v1.0 ===
 
* Initial Release
 
* Initial Release
 +
 +
== Visual Studio 2010 (unofficial version) ==
 +
WiiWizard 1.1b for Visual Studio 2010 by michniewski
 +
(modified from 1.1a)
 +
 +
Download: http://uploading.com/files/f47b29m9/WiiWizard1.1b.rar/
 +
 +
==== Note ====
 +
There are intellisense errors with parsing the newlib headers. Either disable intellisense errors, or use VS2008. Discussion: http://devkitpro.org/viewtopic.php?f=2&t=2300

Latest revision as of 08:23, 19 February 2023

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

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

Visual Studio 2010 (unofficial version)

WiiWizard 1.1b for Visual Studio 2010 by michniewski (modified from 1.1a)

Download: http://uploading.com/files/f47b29m9/WiiWizard1.1b.rar/

Note

There are intellisense errors with parsing the newlib headers. Either disable intellisense errors, or use VS2008. Discussion: http://devkitpro.org/viewtopic.php?f=2&t=2300