|
高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】problem using dwgdirect 2.3.0
problem using dwgdirect 2.3.0
problem using dwgdirect 2.3.0
hi all,
i converted my application to use the new dwgdirect 2.3.0 version.
at the moment i have a big problem, i cannot call the method viewextents() of odabstractviewpe because it throws an exception.
i tried with a lot of acad files but the result is always the same.
someone can help me?
thank you
hi,
it will be very helpful, if you reproduce problem in mfcapp and upload sample code here.
quote:
originally posted by alexander rumyantsev
hi,
it will be very helpful, if you reproduce problem in mfcapp and upload sample code here.
it is not simple to extract my code to prepare a sample code, anyway i could try.
just another information: until now, i used successfully, with nearly the same code, the previous versions of dwgdirect.
perhaps in this version some initialization is necessary ?
thank you.
do you have information about file\line number of the exception? or something else ?
quote:
originally posted by alexander rumyantsev
do you have information about file\line number of the exception? or something else ?
perhaps i have solved the problem.
there were a problem in the default implementation of
beginviewvectorization() function of exgdivectorizeview.cpp module thaat i have included in my project.
i have to investigate more about the problem baut at the moment it works.
thank you.
|