Compiling and Linking Notes

This project has been compiled, linked, and run under Windows 2000, Windows ME, Windows 98, and Windows 95. The Visual C++ 6.0 project and workspace files are included. It is defined as a Win32 Application when creating a new project.

Special libraries: The only change that has been needed is to make sure to "Use MFC in a shared DLL" under Project Settings. Other external libraries if you are considering compiling under a different environment than VC++6.0: the STL map and vector template classes are used heavily. Also, fstream and sstream (stringstream). These are included with VC++6.0 on every platform I have tried.