高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】where Is Dd-spatialindex.lib
where is "dd_spatialindex.lib" ?
where is "dd_spatialindex.lib" ?
hello,
i want update my cad-dwg application in ms vc6 environment (32-bit), version 2.6.3 to version 2.7.1.
but i dont find the dd_spatialindex.lib for resolve 3 external defs...
dd_gs.lib(gsbasevectorizer.obj) : error lnk2001: unresolved external symbol "public: static struct odsishape const & const odsishape::koverallspace" (?koverallspace@odsishape@@2abu1@b)
dd_gs.lib(gsbasevectorizer.obj) : error lnk2001: unresolved external symbol "public: static struct odsishape const & const odsishape::knospace" (?knospace@odsishape@@2abu1@b)
dd_gs.lib(gscontainernode.obj) : error lnk2001: unresolved external symbol "public: static class odsmartptr<class odsispatialindex> __cdecl odsispatialindex::createobject(bool,unsigned int,unsigned int)" (?createobject@odsispatialindex@@sa?av?$odsma
what is worng ?
can i use the 2.6.3 version lib ?
thanks in avance
versions 2.6.* and 2.7.* are not binary compatible.
some library names were changed in 2.7.
try spatialindex.lib
sergey slezkin
oops! this solved
i am sorry
i had corrected the problem, i forgot to respond in the post that i had found the lib
|