Open Dynamics Library
From WhiteWing
Jump to: navigation, search

Open Dynamics Library from Visual Studio C++, Windows Vista 32 bit / XP 64 bit

Installation

  • Create DLL files
    1. Execute the following code from cmd.
    2. Open the solution file and compile it as "ReleaseDouble" mode.
    3. The compiled dll files show up in "lib\RealeaseDoubleDLL" directory.
$ cd ode/build
$ premake4 vs2008
  • Project Properties
    1. C/C++ > General > Additional Include Directories : "C:\Users\Seong Jae Lee\Developments\Libraries\ode-0.11\include"
    2. Linker > General > Additional Library Directories : "C:\Users\Seong Jae Lee\Developments\Libraries\ode-0.11\lib\DebugDoubleDLL"
    3. Linker > Input > Additional Dependencies : ode_doubled.lib
    4. Copy ode_doubled.dll into the project directory (where .vcproj file exists)
    5. Copy drawstuff directory into the project directory
    6. Added the following lines on Properties > C/C++ > Preprocessors, and I can see a white blank window comes up.

_CRT_SECURE_NO_DEPRECATE;WIN32;dDOUBLE

References

  1. Official site [1]
  2. Installation guide from a Korean blog [2]
.
Powered by MediaWiki. Designed by BlueBrown.