查看单个帖子
旧 2009-05-07, 05:51 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】unresolved Odgecurvecurveint3d

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
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)