明经CAD社区

 找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 5040|回复: 5

请教关于acutPrintf()的 问题

[复制链接]
发表于 2009-9-15 17:21:00 | 显示全部楼层 |阅读模式

请教关于acutPrintf()的 问题

static void BASIChello(void)
 {
  // Add your code for command BASIC.hello here
  acutPrintf("hello,world!");
 }

.............................

错误显示:

1>e:\my prog\arxproject1\arxproject1\acrxentrypoint.cpp(69) : error C2664: 'acutPrintf' : cannot convert parameter 1 from 'const char [13]' to 'const ACHAR *'

发表于 2009-9-15 20:07:00 | 显示全部楼层
function XML() {
    [native code]
}
发表于 2009-9-16 10:09:00 | 显示全部楼层
unicode
发表于 2009-9-18 10:06:00 | 显示全部楼层

VS2005以上(unicode)

acutPrintf(_T("hello,world!"));

发表于 2009-9-25 08:12:00 | 显示全部楼层
  直接使用acutPrintf(L"hello,world!");
 楼主| 发表于 2009-9-25 09:00:00 | 显示全部楼层
谢谢各位!
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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

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

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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