[ODE] missing geom classes during link?

Olivier Bantiche Olivier.Bantiche at sophia.inria.fr
Thu Feb 20 10:07:01 2003


Isn't your ode simply compiled with the old collision api ?

Olivier

gl wrote:

>  
> Just trying to integrate the heightfield collider into my engine, and 
> I get missing symbols for the geom classes only:
>  
> dHeightfieldd.lib(dHeightField.obj) : error LNK2001: unresolved 
> external symbol "int dRayClass" (?dRayClass@@3HA <mailto:?dRayClass@@3HA>)
> dHeightfieldd.lib(dHeightField.obj) : error LNK2001: unresolved 
> external symbol _dBoxClass
> dHeightfieldd.lib(dHeightField.obj) : error LNK2001: unresolved 
> external symbol _dSphereClass
>  
> I've poked around and can't find the reason - anybody know what's 
> happening here?
>  
> Basically dHeightfield is a static lib just like dTrilist, and I'm 
> linking that and the ODE lib with my engine.  Everything links except 
> those 3 symbols...
> --
> gl