请教关于acutPrintf()的 问题
请教关于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 ' to 'const ACHAR *'
function XML() {
} unicode VS2005以上(unicode)
acutPrintf(_T("hello,world!"));
直接使用acutPrintf(L"hello,world!");
谢谢各位!
页:
[1]