查看单个帖子
旧 2009-05-06, 05:09 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】linking problems with dwgdirect 1.06 visual c== 6

linking problems with dwgdirect 1.06 / visual c++ 6
linking problems with dwgdirect 1.06 / visual c++ 6
hi,
i'm trying to compile a vc++ 6 app with dwgdirect 1.06 using the dd_vc6.dll; i added dd_vc6.lib to my project and i'm getting just one unresolved external symbol:
error lnk2001: unresolved external symbol "__declspec(dllimport) class odsmartptr<class odgsdevicemanager> __cdecl getdevicemanager(void)" (__imp_?getdevicemanager@@ya?av?$odsmartptr@vodgsd evicemanager@@@@xz)
i also added gsdevlib.lib to my project but it didn't solve my problem, any suggestions? (i'm using vc++ 6 sp5)
thanks,
tiago gehring
tiagog@weg.com.br

have you defined the _toolkit_in_dll_ symbol in your project?
chudomir
best regards
chudomir

gsdevlib.lib is static library. if you use dd_vc6.dll your project should be linked with gsdevices.lib - see sample projects.
sergey slezkin

thanks for your help, regarding the previous answer i defined _toolkit_in_dll_ but i cannot find the library you mencioned - gsdevices.lib. i found a gsdevices.dll, created a .lib from it and added this to my project, still without results, i get the same unresolved external.
just to mention when i compiled the odamdiapplib sample project i had to change the code that opens the "open file dialog with preview" to look for the "?createopenwithpreviewdlg@@ya_npavcabstractprevie w@@pauhwnd__@@pbd2kpapavopenwithpreviewdlg@@@z"
symbol in odadlgext.dll (instead of createopenwithpreviewdlg).
maybe these libraries were built with visual studio .net and i'm having problems with the symbol names that the linker generated - i'm using vc++ 6 (just a guess...);
thanks,
tiago gehring

the 1.07 version of odamfcapplib contains a build configuration that uses the dll version of dwg direct.
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)