I managed to get ODE ready for using, but have only done some very
prelim coding.
Here's what I did to compile ODE for Windows. (XP, using VS2003)
-downloaded ode-1.11.zip
-unzipped into [dir] - whereever you want. In the following, [dir]
represents the folder where the unzipped ODE now resides
-opened and read readme.txt, install.txt, etc.
-opened Command prompt window (Start->All Programs->Accessories-
>Command Prompt)
-cd [dir]/build
-at the command prompt, entered "premake4 --help" (no quotation marks)
and looked over the help info
-at the command prompt, entered "premake4 --all-collis-libs --with-
demos --with-tests vs2003" NOTE the double hyphens for options.
Instead of vs2003, enter your version of MSVS as listed with the --
help dump.
-a list of the projects were created
-exit command prompt window
-goto [dir]/build/vs 2003 (new directory created as a result of
premake4)
-opened ode.sln (MSVS solution) - this solution builds the whole ball
of wax.
-as I figured single precision is good enough for what I wanted to do,
in Solution Explorer window, clicked "ode solution"
-clicked on Project->Properties, click on Configuration Manager,
selected "DebugSingleDLL"
-built the whole mess (F7 or whatever your Build Solution hotkey is) -
sit back and relax, takes a couple of minutes to generate all the
libraries, dlls and demo and test executables
-goto [dir]\lib\debugsingledll - therein resides ode_singled.lib and
ode_singled.dll as well as the demo executables, etc.
-copied ode_singled.dll to windows/system32 dir for general dll
loading
-created a console app project in MSVS
-added "[dir]\include" to project->Properties->C/C++->General-
>Additional Include Directories
-added "[dir]\lib\debugsingledll" to Properties->Linker->General-
>Additional Library Directories
-added "ode_singled.lib" to Properties->Linker->Input->Additional
Dependencies
-added "#include ode/ode.h" to my main.cpp file for the project
-started playing around
On Aug 13, 2:39 am, Bryson Hilton <
brysonhil...@gmail.com> wrote:
> HI I am a complete noob. Please help me when you figure it out. I am
> doing this on Windows. Documentation doesn't make any sense.
>
> Bryson
>
> On Aug 9, 7:58 am, Daniel J A Bailey <
daniel.bai...@hotmail.co.uk>
> > Please help or suggest a better way to do it.- Hide quoted text -
>
> - Show quoted text -