找回密码
 立即注册

QQ登录

只需一步,快速开始

扫一扫,访问微社区

查看: 626|回复: 1

[ARX程序]:救命:编译出了102个错!!

[复制链接]
发表于 2002-5-10 08:37:47 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?立即注册

×
如下:
Compiling...
QuxianDlg.cpp
D:\rail\rail\QuxianDlg.cpp(130) : error C2065: 'AcDbArc' : undeclared identifier
D:\rail\rail\QuxianDlg.cpp(130) : error C2065: 'pArc' : undeclared identifier
D:\rail\rail\QuxianDlg.cpp(130) : warning C4552: '*' : operator has no effect; expected operator with side-effect
D:\rail\rail\QuxianDlg.cpp(132) : error C2061: syntax error : identifier 'AcDbArc'
D:\rail\rail\QuxianDlg.cpp(133) : error C2039: 'acdbHostApplicationServices' : is not a member of 'AcDbDatabase'
        d:\objectarx 2000\inc\dbmain.h(240) : see declaration of 'AcDbDatabase'
D:\rail\rail\QuxianDlg.cpp(133) : error C2227: left of '->workingDatabase' must point to class/struct/union
D:\rail\rail\QuxianDlg.cpp(134) : error C2065: 'pCurb' : undeclared identifier
D:\rail\rail\QuxianDlg.cpp(134) : error C2227: left of '->getBlockTable' must point to class/struct/union
D:\rail\rail\QuxianDlg.cpp(135) : error C2027: use of undefined type 'AcDbBlockTable'
        d:\objectarx 2000\inc\dbmain.h(61) : see declaration of 'AcDbBlockTable'
D:\rail\rail\QuxianDlg.cpp(135) : error C2227: left of '->getAt' must point to class/struct/union
D:\rail\rail\QuxianDlg.cpp(136) : error C2027: use of undefined type 'AcDbBlockTableRecord'
        d:\objectarx 2000\inc\dbmain.h(62) : see declaration of 'AcDbBlockTableRecord'
D:\rail\rail\QuxianDlg.cpp(136) : error C2227: left of '->appendAcDbEntity' must point to class/struct/union
D:\rail\rail\QuxianDlg.cpp(137) : error C2027: use of undefined type 'AcDbBlockTableRecord'
        d:\objectarx 2000\inc\dbmain.h(62) : see declaration of 'AcDbBlockTableRecord'
D:\rail\rail\QuxianDlg.cpp(137) : error C2227: left of '->close' must point to class/struct/union
D:\rail\rail\QuxianDlg.cpp(138) : error C2027: use of undefined type 'AcDbBlockTable'
        d:\objectarx 2000\inc\dbmain.h(61) : see declaration of 'AcDbBlockTable'
D:\rail\rail\QuxianDlg.cpp(138) : error C2227: left of '->close' must point to class/struct/union
D:\rail\rail\QuxianDlg.cpp(139) : error C2227: left of '->close' must point to class/struct/union
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : error C2143: syntax error : missing ';' before '}'
D:\rail\rail\QuxianDlg.cpp(179) : fatal error C1003: error count exceeds 100; stopping compilation
Error executing cl.exe.

Chenrail.arx - 102 error(s), 1 warning(s)
怎么办?
论坛插件加载方法
发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;
如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】;
如何回报帮助你解决问题的坛友,一个好办法就是给对方加【D豆】,加分不会扣除自己的积分,做一个热心并受欢迎的人!
发表于 2002-5-10 09:03:43 | 显示全部楼层
加上这几个头文件试一下
#include "dbents.h"           // 'old' 2D polyline
#include "dbcurve.h"          // Curve base class
#include "dbmain.h"           // Entity base class
论坛插件加载方法
发帖求助前要善用【论坛搜索】功能,那里可能会有你要找的答案;
如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】;
如何回报帮助你解决问题的坛友,一个好办法就是给对方加【D豆】,加分不会扣除自己的积分,做一个热心并受欢迎的人!
回复 支持 反对

使用道具 举报

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

本版积分规则

QQ|申请友链|Archiver|手机版|小黑屋|辽公网安备|晓东CAD家园 ( 辽ICP备15016793号 )

GMT+8, 2024-11-16 01:30 , Processed in 0.156760 second(s), 32 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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