高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】link errors in 1.13
link errors in 1.13
link errors in 1.13
i am trying to link our program against the new 1.13 libraries. we use msvc 6 and link against the static libraries. we are getting the following errors:
dd_vc6md_gs.lib(gsbasevectorizer.obj) : error lnk2001: unresolved external symbol "public: static struct odsishape const & const odsishape::koverallspace" (?koverallspace@odsishape@@2abu1@b)
dd_vc6md_gs.lib(gsbasevectorizer.obj) : error lnk2001: unresolved external symbol "public: static struct odsishape const & const odsishape::knospace" (?knospace@odsishape@@2abu1@b)
dd_vc6md_gs.lib(gsbasemodel.obj) : error lnk2001: unresolved external symbol "public: static class odsmartptr<class odsispatialindex> __cdecl odsispatialindex::createobject(bool,unsigned int,unsigned int)" (?createobject@odsispatialindex@@sa?av?$ods
martptr@vodsispatialindex@@@@_nii@z)
note: these are errors internal to dd_vc6md_gs.lib.
link error
never mind... i added dd_vc6md_spatialindex.lib to the list and everything links fine.
stupid. stupid. stupid.
|