请教关于acutPrintf()的 问题
<p>请教关于acutPrintf()的 问题</p><p>static void BASIChello(void)<br/> {<br/> // Add your code for command BASIC.hello here<br/> acutPrintf("hello,world!");<br/> }</p><p>.............................</p><p>错误显示:</p><p>1>e:\my prog\arxproject1\arxproject1\acrxentrypoint.cpp(69) : error C2664: 'acutPrintf' : cannot convert parameter 1 from 'const char ' to 'const ACHAR *'<br/></p> function XML() {} unicode <p>VS2005以上(unicode)</p><p>acutPrintf(_T("hello,world!"));<br/></p> 直接使用acutPrintf(L"hello,world!");<br/> 谢谢各位!
页:
[1]