高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】how to enable viewer support of inventor 2008 dwgs in odamfc
how to enable viewer support of inventor 2008 dwgs in odamfc
how to enable viewer support of inventor 2008 dwgs in odamfcapp (static configuration
i have linked both of
odamfcapp.exe (static configuration, 2.6.3)
odamfcappdll.exe (dll configuration, 2.6.3)
the odamfcappdll.exe renders inventor 2008 dwg drawings, however odamfcapp.exe does not (just shows blank.)
how do i enable the static configuration to view inventor 2008 dwg drawings?
example inventor 2008 dwg testdwg.dwg attached (from another thread in this forum.)
thanks,
paul g
attached files
try adding
odrx_declare_static_module_entry_point(dd_idmodule );
and
odrx_define_static_appmodule(l"acidviewobj.drx", dd_idmodule)
in static module declarations
vladimir
ok, thanks, it worked.
|