Build the StepMania Source in Windows

Install required software

The following software is required to build StepMania:

Configure Visual C++ paths

  • Open Visual Studio
  • Click Tools -> Options.
  • Click Projects -> VC++ Directories
  • Change the Show directories for: drop-down to Includes
  • Add an entry for c:\DXSDK\includes (where c:\DXSDK\ is the location the DirectX SDK that you have installed)
  • (Visual C++ 2005 Express Edition only) Add an entry for c:\WindowsPlatformSDK\include (where C:\WindowsPlatformSDK\ is the location of the DirectX SDK that you have installed). Also add entries for C:\WindowsPlatformSDK\include\atl and C:\WindowsPlatformSDK\include\mfc as well.
  • Change the Show directories for: drop-down to Libraries
  • Add an entry for c:\DXSDK\lib (where c:\DXSDK\ is the location the DirectX SDK that you have installed)
  • (Visual C++ 2005 Express Edition only) Add an entry for c:\WindowsPlatformSDK\lib (where C:\WindowsPlatformSDK\ is the location of the DirectX SDK that you have installed).

All done

Now click Build and wait a few minutes for Visual C++ to do its thing.


TroubleShooting

Windows Only: If you downloaded the source with CVS from Cygwin, and during/after compiling with visual studio get the error message 'Access Denied' or 'Application Failed to Initialized (error 0xC00000CC)', make sure that the DLL's and EXE's that are in the stepmania source are Marked as Read+Execute --Dom

Thanks to

Pair.com (donated web hosting)