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

svg export interface changes in version 1.13.00
svg export interface changes in version 1.13.00
hi,
is there any way to use the svg export interface as it was used before version 1.13.00, i.e. not to use it as a separate module registered for static library usage? and if there is then how?
it would be much easier for me have it implemented as before.
regards,
anita
could you be more explicit please?
vladimir
in release notes is specified that svg export module is now a separate module that has to be registered for the static library use and that for using the functionality is needed to be loaded and then device can be created; i.e. module is loaded by:
odgsmoduleptr pmodule = :: odrxdynamiclinker()->loadmodule("dd_svgexport.drx");
i’d like to avoid this load in my code.
br,
anita
code:
odgsmoduleptr pmodule = :: odrxdynamiclinker()->loadmodule("dd_svgexport.drx");
this code is equivalent to old call to svgexportmoduleinit()
you cannot avoid it in your code for the same reason.
the change seem to be not that great anyway..
vladimir
yang686526离线中   回复时引用此帖
GDT自动化论坛(仅游客可见)