高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】problem with migrating to dwgdirect 1.14.01
problem with migrating to dwgdirect 1.14.01
problem with migrating to dwgdirect 1.14.01
hi to all,
i am trying to migrate to dwgdirect 1.14.01 but a problem occurs with the odgsviewimpl :: desc(), which returns null. i traced the odamfcapp example and i noticed that there is no such a problem. maybe i have not registered anything properly. i saw that there is a new class odabstractviewpe. maybe it should be registered as an extension. can anybody help me with this situation?
thanks in advance
nino
you should either call odgsinitialize(); manually (like our odvectorizeex sample) or use our gs modules (like odamfcapp sample) - they call odgsinitialize(); in initialization of module.
sincerely yours,
george udov
quote:
originally posted by george udov
you should either call odgsinitialize(); manually (like our odvectorizeex sample) or use our gs modules (like odamfcapp sample) - they call odgsinitialize(); in initialization of module.
thanks a lot!
now it works properly.
regards
nino
|