不断进行偏移操作,大概12次左右(次数要看偏移对象尺寸)出现如下错误,百思不得其解!肯定大家帮忙解惑!
执行到该句时: pPolyline->getOffsetCurves(offsetDist,offsetCurves);
检查到此时pPolyline为非空!
弹出对话框: acad.exe 中的 0x0a7a9f05 (1dxfwork.arx) 处未处理的异常:0xC0000005: 读取位置 0x000ac130 时发生访问冲突 。
光标停在: atlsimpstr.h中的 struct CStringData { ... ... void Release() throw() { ATLASSERT( nRefs != 0 );
if( _InterlockedDecrement( &nRefs ) <= 0 ) { pStringMgr->Free( this ); //停于此处 } } ... ...
开发环境是 vc2002 + objectarx2005 + autcacad2005 |