History: Installing the ogreOde SDK
Source of version: 2 (current)
Copy to clipboard
!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: [http://www.ogre3d.org/phpBB2addons/viewtopic.php?t=2004|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 [http://msdn2.microsoft.com/en-US/library/1bx1fkes.aspx|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).