高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】link error odmfcappce
link error odmfcappce
link error odmfcappce
hi,
i am trying to build a odamfcappce application, but i am getting link error that specified below.please help me anybody to solve this link error.
thanks
rajeev
dd_armv4_db.lib(dbdatabase.obj) : error lnk2019: unresolved external symbol "public: static class odrxclass * __cdecl oddbdynamicblockpurgepreventer::desc(void)"
dd_armv4_db.lib(dbdatabase.obj) : error lnk2019: unresolved external symbol "public: void __cdecl oddbblockrepresentationdata::setblock(class oddbobjectid const &)"
hi
please specify the dwgdirect version (2.7.1. prod or ??? )...
dwgdirect version 2.06.03 production
dd_dynblocks.drx includes oddbdynamicblockpurgepreventer, so i think that you need to load\link dd_dynblocks.drx to odamfcappce.
ps : we will check it with 2.7.1 prod too.
hi,
i don't know how to to load\link dd_dynblocks.drx to odamfcappce. pls help me i am using vs2005
thanks
rajeev
you should add the next strings... (search files for odrx_declare_static_module_entry_point)
odrx_declare_static_module_entry_point(dd_dynblock smodule);
and
odrx_define_static_appmodule(l"dd_dynblocks.drx", dd_dynblocksmodule)
alos you should link library dd_dynblocksmodule.lib to your odamfcappce.
we have tryed to build the odamfcappce (for 2.6.3 version of course) - it's ok.
so, you can to use (or just like an example) the project file - dd_nonlibs.zip\examples\wince\odamfcappce\odaqmfca ppce.vcproj. and one more note: you have to install "standard sdk for windows ce 5.0" if it so, you haven't no problems.
hi,
i installed stadard windows mobile 5 sdk. please help me to solve this link error.
ccrtrtti.lib(typinfo.obj) : fatal error lnk1112: module machine type 'x86' conflicts with target machine type 'arm'
thanks
|