![]() |
【转帖】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 |
所有的时间均为北京时间。 现在的时间是 09:36 AM. |