[ODE] missing geom classes during link?

gl gl at ntlworld.com
Thu Feb 20 09:26:02 2003


This is a multi-part message in MIME format.

------=_NextPart_000_01D7_01C2D8FA.A18C8640
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable


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)
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
------=_NextPart_000_01D7_01C2D8FA.A18C8640
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1141" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#10a498>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Just trying to integrate the =
heightfield collider=20
into my engine, and I get missing symbols for the geom classes=20
only:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>dHeightfieldd.lib(dHeightField.obj) : =
error=20
LNK2001: unresolved external symbol "int dRayClass" (<A=20
href=3D"mailto:?dRayClass@@3HA">?dRayClass@@3HA</A>)<BR>dHeightfieldd.lib=
(dHeightField.obj)=20
: error LNK2001: unresolved external symbol=20
_dBoxClass<BR>dHeightfieldd.lib(dHeightField.obj) : error LNK2001: =
unresolved=20
external symbol _dSphereClass</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I've poked around and can't find the =
reason -=20
anybody know what's happening here?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Basically dHeightfield is a static lib =
just like=20
dTrilist, and I'm linking that and the ODE lib with my engine.&nbsp; =
Everything=20
links except those 3 symbols...</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>--</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>gl</FONT></DIV></BODY></HTML>

------=_NextPart_000_01D7_01C2D8FA.A18C8640--