Compiling Ogre with ODE

ODEUser

22-01-2009 14:09:36

Hi for all

I'm compiling Ogre in 64 bits. Before this I compile the ODE in 64 bits. I've select "Batch build" in Visual C++ 2008(not express) and select these libs:
DebugDoubleLib, DebugSingleLib, ReleaseDoubleLib, ReleaseSingleLib. The libs that are generated after compilation is(respectively): "ode_doubled.lib, ode_singled.lib, ode_double.lib, ode_single.lib".
Back to Ogre. In the compilation process there are a project called "ReferenceAppLayer". This project links to the "ode.lib".
Now my doubt:
What of the libraries generated by ODE compilation I need to use? Double or Single. I believe that Single, is singlethread and Double is multithread.

Thaks for all repiles