高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】likely missing static data member definition
likely missing static data member definition...
likely missing static data member definition...
when my app linking with dd_vc6.lib,linker tell me some unresolved extern sym.for example,
odgecontext::gtol
const odgepoint3d odgepoint3d::korigin
const odgevector3d odgevector3d::kxaxis
const odgevector3d odgevector3d::kyaxis
const odgevector3d odgevector3d::kzaxis
...
but,when i call member function that has above arguments with full arguments transfer,then linking error disappeared,why?
hellow
you must define oda_msvc6 and _toolkit_in_dll_ preprocessor definitions in your project.
hope this helps.
regards
chudo
best regards
chudomir
|