[ODE] Starting off question
Nate W
coding at natew.com
Mon Feb 23 22:05:35 MST 2004
> What method would you recommend for using the library? Compiling it
> into a DLL and loading it at run time, or compiling ODE into the project
> its self?
I used a DLL because it makes builds a lot faster than compiling in. A
static library would probably be almost as good, but you'd have to re-link
the application if you change the ODE code.
--
Nate Waddoups
Redmond WA USA
http://www.natew.com/
More information about the ODE
mailing list