objectarx2010求助
在利用objectarx2010英文帮助中的例子做hello程序时,调试一直出现下面问题error C2664: 'acutPrintf' : cannot convert parameter 1 from 'const char ' to 'const ACHAR *'
1> Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
请问各位大侠怎么解决?时什么问题?主要是我按照他的英文帮助做的怎么会出现这样的问题。
注意unicode编码方式 我用的是unicode编码方式,一直不可以,改成多字符也不可以 大侠们,又用过的帮帮忙吧!谢谢了。 贴一部分源码 兄弟啊。。。这很明显是没有定义Unicode的宏啊。。。 前面加
#include “TChar.h”
acutPrintf'(_T("HelloWorld!"));
页:
[1]