MS Windows
MS Visual C++ 2005
Download
Currently SDKs are provided for MSVC 6.0, 7.0, 7.1 and 8.0.
Get the latest SDK from the forum: link. Run the installer and follow the directions (Be carefull, this SDK have to be installed in the same path ogreSDK is, you should let the default install dir).
Compilling
1.ode:
The directory $(ogreOde)/ode/build contains project files for all supported versions of Visual Studio. Open the appropriate solution for your version, build, and go!
2.OgreOde:
The directory $(ogreOde)/scripts contains project files for all supported versions of Visual Studio. Open the appropriate solution for your version, build, and go!
Rmq: with VC++ 2005 sp1 i encounter a probleme dealing with "virtual memory range" (see msdn_error_C3859). To get ride of this error just add /Zm120 to the compiler command line (right clic on the OgreOde_Core project->properties->C/C++->commande line).