请教关于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 *'
|