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

decomposeforsave with _toolkit_in_dll
decomposeforsave with _toolkit_in_dll
the function "decomposeforsave" work well but if #define _toolkit_in_dll it isn't work. it return a null pointer. odamfcappdll work fine but i don't found correct initialization. can you help me?
#ifndef _toolkit_in_dll_
odrx_declare_static_module_entry_point(modelermodu le);
odrx_begin_static_module_map()
odrx_define_static_application("modelergeometry", modelermodule)
odrx_end_static_module_map()
#endif
more
#ifndef _toolkit_in_dll_
odrx_init_static_module_map();
#endif
but if #define _toolkit_in_dll_ how i do for initializer correctly?
maybe more simple...
how i can initialize acis functionality when i define "_toolkit_in_dll_" ?
resolve!
you must add in dll folder the file "modelergeometry.drx"
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)