User:Hunterm/LibHelpMii

From WiiBrew
Jump to navigation Jump to search
LibHelpMii
General
Author(s)hunterm
TypeLibrary
Version1.5
Links
Download
Website
Discussion

About

LibHelpMii can make it even easier to code for Wii, make your own homebrew programs, and makes it easier to learn how to code.

Changelog

1.5

Tons of new stuff:

  • megazig decided to give me some of his code to use!
  • Giant amounts of code by megazig added! (code is near bottom of header)
  • Channel launching is explained.
  • Auto-installer

Installation

1. First, grab the installer from this thread. (Unless you already have the installer, if so, just run it again) 2. Save libhm.h to your devkitPRO/libogc/include/ folder. (ex. C:\devkitPRO\libogc\include\libhm.h) 2. To start learning how to use it, open this file, and study the syntax in it. 3. To use it in a file, put #include <libhm.h> at the very top of the file, which will allow you to use libhm's syntax and functions in your file.

Info

When starting to code with LibHelpMii, take a while to study the syntax used with it, and use the sample code to start from, as it will allow you to start coding without needing to create a Makefile, just start editing the .c file included. About the installer: The LibHelpMii installer is a edited version of the Portapack Unplugged! Updater, I cannot take full credit for it. Aether created the installer, and I just deleted and edited the links.

Also, there is no need for anything like stdio.h or alike. LibHelpMii's .h included all of them by default.