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

unresolved methods
unresolved methods
hello,
i am building an automated wrapper to dwgdirect dlls to use them from csharp, dotnet. so far this works fine, but i am getting many "unresolved external symbol" errors from the linker. for example:
odgecurve3d::getsplitcurves(double,class odgecurve3d * &,class odgecurve3d * &)const -or-
odgeplanarent::isperpendicularto(class odgelinearent3d const &,class odgetol const &)const
i did define "_toolkit_in_dll_" and link with the following libs:
dd_key.lib dd_acisbuilder_dll.lib dd_acisrenderer_dll.lib dd_alloc_dll.lib dd_bmpexport_dll.lib dd_br_dll.lib dd_db_dll.lib dd_dwf7export_dll.lib dd_dwf7import_dll.lib dd_ge_dll.lib dd_gi_dll.lib dd_gs_dll.lib dd_modelergeometry_dll.lib dd_root_dll.lib dd_sm_dll.lib
am i doing something wrong?
thank you
gerhard
there are several metods in ge that are declared but not implemented. in recent releases we commented out most of them, but not all. you may just comment them in headers.
vladimir
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)