Compiling VW... To build VW, you will need Visual C++ 5.0 (it may also compile with other compilers or versions, but none have been tested). You will also need the include files, libraries, and DLLs of the Simple DirectMedia Layer (SDL) and the SDL mixer add-on library, both of which can be found at www.libsdl.org. - Open the vw.dsw workspace. - Open the project settings (Project | Settings...). - Under the C++ tab, in the Preprocessor category, change the additional include directories to the location of the SDL and SDL mixer include files. Do this for both the Debug and Release configurations. - Under the Link tab, in the Input category, change the additional library path to the location of the SDL, SDLmain, and SDL mixer lib files. Do this for both the Debug and Release configurations. - Click OK. You should now be able to build the project as you normally would. Note that you will need the SDL and SDL mixer DLLs in your path or in the project directory in order to run the VW program.