明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 4835|回复: 10

[ARX]求教!

[复制链接]
发表于 2006-11-20 22:28:00 | 显示全部楼层 |阅读模式

请教各位大虾:调试时出现下面的是什么问题?就算我仅仅写一句:acedAlert("ppp")也出现如下类似的问题?不知是不是我设置的有问题?我用的是VC2005+objectARX2007.

.\HelloWorld.cpp(14) : error C2664: 'AcEdCommandStack::addCommand' : cannot convert parameter 1 from 'const char [20]' to 'const ACHAR *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\HelloWorld.cpp(18) : error C2664: 'AcEdCommandStack::removeGroup' : cannot convert parameter 1 from 'const char [20]' to 'const ACHAR *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
.\HelloWorld.cpp(22) : error C2664: 'acutPrintf' : cannot convert parameter 1 from 'const char [14]' to 'const ACHAR *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Generating Code...
Build log was saved at "file://f:\vc2005\新建文件夹\Step01\Release\BuildLog.htm"
Step01 - 3 error(s), 0 warning(s)

发表于 2006-11-21 10:56:00 | 显示全部楼层

把你的程序贴一下,大家一起看看啊,

'AcEdCommandStack::addCommand' : cannot convert parameter 1 from 'const char [20]' to 'const ACHAR *'

 楼主| 发表于 2006-11-21 18:38:00 | 显示全部楼层

我在VC里新建了一个objectAR文件,只在入口函数添加了一句话:acedAlert("My Sample");不知道加的位置对不对。

class CfirstWizardApp : public AcRxArxApp {

public:
 CfirstWizardApp () : AcRxArxApp () {}

 virtual AcRx::AppRetCode On_kInitAppMsg (void *pkt) {
  // TODO: Load dependencies here

  // You *must* call On_kInitAppMsg here
  AcRx::AppRetCode retCode =AcRxArxApp::On_kInitAppMsg (pkt) ;
  
  // TODO: Add your initialization code here
        [I]acedAlert("My Sample");[/I]
  return (retCode) ;
 }

 virtual AcRx::AppRetCode On_kUnloadAppMsg (void *pkt) {
  // TODO: Add your code here

  // You *must* call On_kUnloadAppMsg here
  AcRx::AppRetCode retCode =AcRxArxApp::On_kUnloadAppMsg (pkt) ;

  // TODO: Unload dependencies here

  return (retCode) ;
 }

 virtual void RegisterServerComponents () {
 }

} ;

//-----------------------------------------------------------------------------
IMPLEMENT_ARX_ENTRYPOINT(CfirstWizardApp)

调试的结果:acrxEntryPoint.cpp
f:\vc2005\firstwizard\acrxentrypoint.cpp(46) : error C2664: 'acedAlert' : cannot convert parameter 1 from 'const char [10]' to 'const ACHAR *'
        Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Build log was saved at "file://f:\vc2005\firstWizard\Debug\BuildLog.htm"
firstWizard - 1 error(s), 0 warning(s)

 楼主| 发表于 2006-11-21 18:51:00 | 显示全部楼层

请问使用objectARX2007的大虾们,我是新手,我都不知道怎么用。

(1)是否需要在VC里设置些东西?我设置了一些,但是按照2004的做的

(2)怎样使用?怎样在VC里编成?是不是可以新建DLL文件或者ARX文件?然后呢?

(3)有没有相关的书籍,我能借到的书都是关于ARX2000的?能否提供。NET最好是2007的相关学习资料?

发表于 2009-9-4 19:42:00 | 显示全部楼层
acedAlert(L"My Sample");
发表于 2009-9-4 21:02:00 | 显示全部楼层

autodesk有书籍,25美元,加运费75美元

发表于 2009-9-4 21:49:00 | 显示全部楼层
function XML() {
    [native code]
}
发表于 2009-9-8 11:40:00 | 显示全部楼层

CAD2007要求Unicode,要添加TChar.h,然后把char替换成TCHAR

发表于 2012-10-15 15:22:58 | 显示全部楼层
char ACHAR TCHAR
都被弄糊涂了,现在学习ObjectArx,  C2664 的错误老出现,
不是这里就是那里
Autodesk 究竟是怎么搞的
快崩溃了
发表于 2012-11-19 11:39:38 | 显示全部楼层
忽悠悠 发表于 2009-9-8 11:40
CAD2007要求Unicode,要添加TChar.h,然后把char替换成TCHAR

哪里有资料可以看看呀
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

GMT+8, 2024-11-25 09:56 , Processed in 0.189855 second(s), 24 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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