高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】grippoints function and extents in sdi
grippoints function and extents in sdi
grippoints function and extents in sdi
hi
i work on dwg viewer using odamfcapp(dwgdirect 2.2.0).
i wrote program both on mdi and sdi based among mfc.
however there are some functions which do not work on sdi but work well on mdi.
below are functions do not work on sdi.
not actived functions
1. when open file for the first time, the file extents does not work.
2. when mark rect. for dimension purpose, grippoint is not activated.
would you please let me know how to make above functions work on sdi?
regards
noh
odamfcapp is a sample mdi application. grippoints is also an example. we have no sdi sample using grip points. core dwgdirect code is not mfc-dependent (sdi or mdi). it's cross-platform. grippoints example is cross-platform too.
most probably we source of problem is in client code. we are able to fix defects in core dwgdirect code or in our sample code if we are able to reproduce the problem in one of our sample applications (for example by inserting a piece of code supplied by a member into them).
btw, the current version is 2.4.1. we are not going to release patches for 2.2.
sergey slezkin
|