查看单个帖子
旧 2009-05-07, 06:51 PM   #1
yang686526
高级会员
 
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
yang686526 向着好的方向发展
默认 【转帖】what Libraries Are Needed For Dwf Impor

what libraries are needed for dwf import
what libraries are needed for dwf import
i am trying to add the capability to import a dwf file into my application. i am having trouble identifying exactly what libraries i must link with. the application is developed with vs2003. the documentation in the chapter "binary components and naming conventions" says to link with dd_dwftoolkit, dd_dwfimport, dd_zip, and dd_zlib. however, i found that adding these libraries resulted in many undefined symbols. i now have linked with these libraries:
dd_vc2003ml_root.lib
dd_vc2003ml_ge.lib
dd_vc2003ml_gi.lib
dd_vc2003ml_db.lib
dd_vc2003ml_alloc.lib
dd_vc2003ml_gs.lib
dd_vc2003ml_spatialindex.lib
dd_vc2003ml_br.lib
dd_vc2003ml_acisbuilder.lib
dd_vc2003ml_acisrenderer.lib
dd_vc2003ml_modelergeometry.lib
dd_vc2003ml_zip.lib
dd_vc2003ml_zlib.lib
dd_vc2003ml_jpeg.lib
dd_vc2003ml_dwf7core.lib
dd_vc2003ml_dwf7whiptk.lib
dd_vc2003ml_dwf7w3dtk.lib
dd_vc2003ml_dwf7export.lib
dd_vc2003ml_dwf7import.lib
dd_vc2003ml_dwf7toolkit.lib
gs_wingdi.lib
but now i get this error: error lnk2019: unresolved external symbol __imp__uuidcreate@4 referenced in function "public: virtual class dwfcore:wfstring const & __thiscall dwfcore:wfuuidimpl_win32::uuid(bool)" (?uuid@dwfuuidimpl_win32@dwfcore@@uaeabvdwfstring@ 2@_n@z)
can someone tell me exactly what libraries i must link with to support dwf import. thanks.
uuidcreate is rpc function. use rpcrt4.lib.
vladimir
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)