unresolved odgecurvecurveint3d
unresolved odgecurvecurveint3d
when i compile this program using dd_ge_dll.lib
void test3d()
{
odgelineseg3d a(odgepoint3d(0.,0.,0.),odgepoint3d(10.,0.,0.));
odgelineseg3d b(odgepoint3d(5.,-5.,0.),odgepoint3d(5.,5.,0.));
odgecurvecurveint3d cc(a,b);
}
ms visual c .net 2003 return this error:
error lnk2019: unresolved external symbol "public: __thiscall odgecurvecurveint3d:

dgecurvecurveint3d(class odgecurve3d const &,class odgecurve3d const &,class odgevector3d const &,class odgetol const &)" (??0odgecurvecurveint3d@@qae@abvodgecurve3d@@0abvo dgevector3d@@abvodgetol@@@z) referenced in function "void __cdecl test3d(void)" (?test3d@@yaxxz)
thanks
renato
odgecurvecurveint2d & odgecurvecurve3d classes are not implemented yet.
sergey slezkin