高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】unresolved External 9linking0
unresolved external (linking)
unresolved external (linking)
hallo,
i get lots of unresolved external error messages when linking. i am using the new version
error lnk2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall oddbdatabase::getcurrentucs(class odgepoint3d &,class odgevector3d &,class odgevector3d &)const " (__imp_?getcurrentucs@oddbdatabase@@qbexaavodgepoi nt3d@@aavodgevector3d@@1@z)
error lnk2001: unresolved external symbol "__declspec(dllimport) public: class odgepoint3d & __thiscall odgepoint3d::scaleby(double,class odgepoint3d const &)" (__imp_?scaleby@odgepoint3d@@qaeaav1@nabv1@@z)
error lnk2001: unresolved external symbol "__declspec(dllimport) public: class odgepoint2d & __thiscall odgepoint2d::mirror(class odgeline2d const &)" (__imp_?mirror@odgepoint2d@@qaeaav1@abvodgeline2d@ @@z)
error lnk2001: unresolved external symbol "__declspec(dllimport) public: bool __thiscall odgecircarc2d::tangent(class odgepoint2d const &,class odgeline2d &,class odgetol const &)const " (__imp_?tangent@odgecircarc2d@@qbe_nabvodgepoint2d @@aavodgeline2d@@abvodgetol@@@z)
error lnk2001: unresolved external symbol "public: double __thiscall odgecompositecurve2d::globaltolocalparam(double,in t &)const " (?globaltolocalparam@odgecompositecurve2d@@qbennaa h@z)
... and many more ...
any idea what is wrong here?
thanks!
gerhard
these functions are either not-implemented yet or obsolete.
they will be implemented or completely removed in next dd releases.
sincerely yours,
george udov
|