明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1630|回复: 1

遍历失败

[复制链接]
发表于 2009-8-13 08:20:00 | 显示全部楼层 |阅读模式

我想遍历打开文件中的实体,程序如下:es =pBlockTableRecord4->newIterator(pIter); 运行到这句就报错,unhandled exception 之类的,这段代码我原来在2002上用没问题的。大家有遇到这种问题吗?我的编程环境:vs2005+AutoCAD2007+objectarx2007.而且我把代码中的遍历类型换成层遍历,又可以正常运行,挺奇怪的。

AcDbDatabase *pCurDb = NULL;
  Acad::ErrorStatus es;
int i;
AcDbBlockTable *pBlockTable4;

acDocManager->lockDocument( acDocManager->curDocument(), AcAp::kWrite, NULL, NULL,true) ;

pCurDb = acdbHostApplicationServices()->workingDatabase();
    es =pCurDb->getSymbolTable(pBlockTable4, AcDb::kForRead);//
 if (es != Acad::eOk) {
acutPrintf(_T("\ngetSymbolTable!"));
        }
acutPrintf(_T("\n2!"));
    AcDbBlockTableRecord *pBlockTableRecord4;
    es =pBlockTable4->getAt(ACDB_MODEL_SPACE, pBlockTableRecord4,AcDb::kForWrite);
 if (es != Acad::eOk) {
acutPrintf(_T("\ngetAt!"));
        }
acutPrintf(_T("\n3!"));
  
AcDbBlockTableRecordIterator *pIter;
  //AcDbBlockTableRecordPointer pBTR(ACDB_MODEL_SPACE,acdbHostApplicationServices()->workingDatabase(),AcDb::kForRead);

es =pBlockTableRecord4->newIterator(pIter);  //获得遍历指针,true,true
acutPrintf(_T("\n5!"));
        if (es != Acad::eOk) {
       acutPrintf(_T("\ngetAt!"));
        }

 楼主| 发表于 2009-8-13 16:58:00 | 显示全部楼层
大家都没遇到这种情况?是我装的autocad有问题?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|CAD论坛|CAD教程|CAD下载|联系我们|关于明经|明经通道 ( 粤ICP备05003914号 )  
©2000-2023 明经通道 版权所有 本站代码,在未取得本站及作者授权的情况下,不得用于商业用途

GMT+8, 2024-11-25 14:39 , Processed in 0.166692 second(s), 23 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表