-- Setup steps to compile this sample -- ------------------------------------------------------------------------------- Required tools: 1. Python 2.4.1 - http://www.python.org/ 2. Boost 1.32 - http://www.boost.org/ ------------------------------------------------------------------------------- Steps: 1. Install Python 2.4.1 (I downloaded and used "python-2.4.msi"). 2. Add "C:\Python24\include" to Visual Studio's include paths. 3. Add "C:\Python24\libs" to Visual Studio's library paths. 4. Unzip Boost 1.32 (I downloaded and used "boost_1_32_0.zip") to "C:\". 5. Move to directory "C:\boost_1_32_0\libs\python\build\VisualStudio". 6. Use the "boost_python.dsw" to build "Boost.Python" manually. It's meant for Visual Studio 6.0, but I successfully converted the project and used Visual Studio .NET 2003 instead. 7. Add "C:\boost_1_32_0\libs\python\build\bin-stage" to the "Path" variable of the system. 8. Open the "ogl_python_scripted_sprite" sample in Visual Studio .NET 2003. 9. Add "C:\boost_1_32_0\" to Visual Studio's include paths. 10. Add "C:\boost_1_32_0\libs\python\build\bin-stage" to Visual Studio's library paths. -------------------------------------------------------------------------------