明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 2937|回复: 4

我编的arx程序,在CAD2000上运行可以,但在04及以上时,却均崩溃,说什么“内部错误:

[复制链接]
发表于 2011-9-27 15:51:29 | 显示全部楼层 |阅读模式
1明经币
我编的arx程序,在CAD2000上运行可以,但用VS2005转一下代码并生成arx后,在CAD2008上运行时,刚开始还可以,程序执行到快结束时,CAD却突然崩溃,说什么“内部错误:dbutil.cpp@701:eAtMaxReaders”,请高手解答原因,送上2个币意思一下,谢谢

最佳答案

查看完整内容

kForRead. An object can be opened for read by up to 256 readers as long as the object is not already open for write or for notify ... If attempting to open AcDb::kForRead and the attribute is already opened for read the maximum of 256 times, then the open attempt will fail and this function will return Acad::eAtMaxReaders. 看来是代码转换的时候有问题。 什么意思呢?就是一个物体在没已经被打开写入 ...
发表于 2011-9-27 15:51:30 | 显示全部楼层
本帖最后由 highflybird 于 2011-9-27 19:55 编辑

kForRead. An object can be opened for read by up to 256 readers as long as the object is not already open for write or for notify
...
If attempting to open AcDb::kForRead and the attribute is already opened for read the maximum of 256 times, then the open attempt will fail and this function will return Acad::eAtMaxReaders.
看来是代码转换的时候有问题。 什么意思呢?就是一个物体在没已经被打开写入或者回调,可以被以读的方式打开的 最大次数为256次。
不过楼主来错地方了。建议楼主查看arx编程的出错代码。
另外没有源代码和程序,就没有真相。
回复

使用道具 举报

发表于 2011-9-27 23:55:37 | 显示全部楼层
照意思的话,将打开的数据库或者对象升级一下权限就可以了 AcDb::kForNotify
回复

使用道具 举报

 楼主| 发表于 2011-9-28 00:30:05 | 显示全部楼层
谢谢回答,等我明天改改代码再看,如果解决了,即送上银子
回复

使用道具 举报

 楼主| 发表于 2011-9-28 08:29:24 | 显示全部楼层
谢谢highflybird的提示,我改了代码,可以运行了,按chmenf087说的,修改权限为AcDb::kForNotify是不可以的,不过也谢谢您
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-25 10:37 , Processed in 0.161527 second(s), 28 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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