Hi, I'm just wondering how to use ODE as a DLL with VC6. If I build the ODE DLL project, then I get a resulting ODE.dll, but no .lib to link with. How do I link to the DLL? Am I supposed to manually make LoadLibrary and GetProcAddress calls? Thanks, -Adrian