高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】problem about loadmodule9wingdi0
problem about loadmodule("wingdi")
problem about loadmodule("wingdi")
code is:
odgsmoduleptr pgs = :drxdynamiclinker()->loadmodule("wingdi");
1)what is wingdi? for example?
2)how to get odgsmoduleptr through other method?
3)odgsdeviceptr odgsmodule::createdevice() and
odgsmodelptr odgsdevice::createmodel()
how to use the above two function?which differences between them?
1) name of dwgdirect vectorization device.
2) loadmodule was designed exactly for this purpose.
3) i think you should study our samples. probably, the best start point is singledoc sample.
sincerely yours,
george udov
|