[ODE] PLZ Lib or dll and import lib

gl gl at ntlworld.com
Tue Sep 30 17:07:03 MST 2003


> i really can´t figure out what is wrong. I made the DLL with the project
and the import library manualy with the def made by Russ.

I don't know if the .def file is still current.  Either way, you shouldn't
need to use it.  The easiest way is to simply add the VC6 ODE DLL (or lib)
project to your app's project using 'Insert Workspace' (that way everything
is resolved for you without having to do anything else).  Failing that, you
should be able to link with the library, or the DLL's import library.

> Everything was fine. But when i try to use it in my onw project i got a
initialization problem. When i use it with the lib or dll without trimesh
everything is fine. So my project is ok. I tried to use just a lib too. When
i compile i got something like that some functions are already defined in
libcd.lib.

Ah, this is because my VC6 projects default to using the multi-threaded,
shared DLL C libraries.  You can change this in the VC6 Project Options to
match whatever you're using.

> I don´t know if i´m using your project. i´m using the one in the VC6
directory in the CVS. If you could send me the files that work, a dll and
import library or a lib file, it would be great. thanks.

Mine is in the root of the ODE dir.  Anyway, it's much better to get this
working, because there will be CVS updates etc.  It shouldn't be hard.  Try
the above and let us know what happens.
--
gl




Yahoo! Mail - o melhor webmail do Brasil. Saiba mais!



More information about the ODE mailing list