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

unresolved external. how to determine *.lib i need to includ
unresolved external. how to determine *.lib i need to include in project?
how to determine *.lib i need to include in project to link it?
now i have included libs:
dd_gi_dll.lib
dd_alloc_dll.lib
dd_db_dll.lib
dd_dbroot_dll.lib
dd_ge_dll.lib
dd_root_dll.lib
dd_bmpexport_dll.lib
dd_dbroot_dll.lib
dd_gs_dll.lib
but i have several "unresolved external symbol" link errors:
error lnk2001: unresolved external symbol "public: static class odgepoint3d const odgepoint3d::korigin" (?korigin@odgepoint3d@@2v1@b)
error lnk2001: unresolved external symbol "public: static class odgevector3d const odgevector3d::kyaxis" (?kyaxis@odgevector3d@@2v1@b)
error lnk2001: unresolved external symbol "public: static struct odarraybuffer odarraybuffer::g_empty_array_buffer" (?g_empty_array_buffer@odarraybuffer@@2u1@a)
error lnk2001: unresolved external symbol "public: static class oddbobjectid const oddbobjectid::knull" (?knull@oddbobjectid@@2v1@b)
...
thanks, i solve this problem...
i fogot to include _toolkit_in_dll_ in preprocessor definisions...
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)