明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 1465|回复: 4

各位帮帮忙好吗?急死我了

[复制链接]
发表于 2004-4-20 20:59:00 | 显示全部楼层 |阅读模式
我是个学ARX的新手。编了这么个程序,想练练手。但是在C++中编译时,C中有这些错误。请问各位,问题出在哪?拜托拜托!!! firstArx.cpp
F:\Microsoft Visual Studio\MyProjects\firstArx\firstArx.cpp(8) : error C2018: unknown character '0xa3'
F:\Microsoft Visual Studio\MyProjects\firstArx\firstArx.cpp(8) : error C2018: unknown character '0xfb'
F:\Microsoft Visual Studio\MyProjects\firstArx\firstArx.cpp(9) : error C2143: syntax error : missing ';' before 'tag::id'
F:\Microsoft Visual Studio\MyProjects\firstArx\firstArx.cpp(9) : fatal error C1004: unexpected end of file found
Error executing cl.exe. first.arx - 4 error(s), 0 warning(s)
#include<aced.h>
#include<rxregsvc.h>
initApp();
unloadApp();
firstARX(); initApp()

acedRegCmds->addCommand("firstARX_Commands","firstARX", "第一次",ACRX_CMD_TRANSPARENT,"firstARX");

unloadApp()

acedRegCmds->removeGroup("firstARX_Commands");
}
firstARX()
{ads_alert("这是我的第一个ARX应用程序!”);}
extern"C"
AcRx::AppRetCode acrxEntryPoint(AcRx::AppMsgCode msg,void* pkt)

switch (msg)

case AcRx::kInitAppMsg:
{acrxDynamicLinder->unlockApplication(pkt);
initApp();
break;}
case AcRx::kUnloadAppMsg:
{ unloadApp();
break;}
default: break;

return AcRX::kRetOK;
 楼主| 发表于 2004-4-21 09:44:00 | 显示全部楼层
斑竹,能否帮我指出哪有错误。第一个程序就这样,我还怎么编别的。给我点意见行吗?
发表于 2004-4-21 22:01:00 | 显示全部楼层
可能是在一些不该使用中文字体的地方使用了中文字体,比如 ;}等,你可以试着在中文字体后的代码再写一下!
发表于 2004-4-21 22:39:00 | 显示全部楼层
你在引号“”外书写了中文字符。甚至引号本身可能都是中文格式的字符。
发表于 2004-4-22 10:37:00 | 显示全部楼层
把裡面不適當的字體去掉先。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-26 03:35 , Processed in 0.157193 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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