How to use Rogus McBogus


If you are creating a new Rogus McBogus project in which you wish to use Rogus as an application framework, simply copy the whole Rogus McBogus distribution and modify it.

If you wish to use Rogus McBogus as a library in an existing non-Rogus project which you have, do the following steps:

  1. Copy the "Rogus Library" directory into your project directory.
  2. Add "Rogus Library\MIDI Library", "Rogus Library\Basics", "Rogus Library\Score Player", and "Rogus Library\Note Pair Score Player" to your project's include directories.
  3. Add the library "winmm.lib" to your project for both the Release and Debug configurations. In addition, add the library "Rogus Library\Release\Rogus Library.lib" to the Release configuration of your project, and "Rogus Library\Debug\Rogus Library-Debug.lib" to the Debug configuration of your project.
  4. Make sure you are using a multithreaded version of the C runtime library.
  5. If you are using Microsoft Foundation Classes, you will need to explicitly #include <mmsystem.h> before you include any Rogus header files.
  6. See Library or Application Framework? for more information on using Rogus as a library.

Modified 1 June 1996 pepellet@mit.edu