[求助]在visual studio 2005 中如何定义 _UNICODE ?? 求助
在 visual studio 2005 中 没有像 vc.net 2003 中那样很好的支持 Unicode ,
将以前的项目导入到vc 2005 中,总出现 错误
error C2664: 'CWinApp::GetProfileIntW' : cannot convert parameter 1 from 'const char [12]' to 'LPCTSTR' e:\vc.net\visual studio 2005\projects\...\persist.cpp 108
error C2440: 'type cast' : cannot convert from 'CString' to 'const char *' e:\vc.net\visual studio 2005\projects\..\persist.cpp 98
error C2664: 'void ATL::CStringT<BaseType,StringTraits>::Format(const wchar_t *,...)' : cannot convert parameter 1 from 'const char [20]' to 'const wchar_t *' e:\vc.net\visual studio 2005\projects\...\persist.cpp 71
等错误, 请问该如何很好的解决这个问题, 因为没有定义_UNCODE,则编译器产生的代码将使用普通8位ANSI,?? 我不知道该怎么定义 Unicode 宏??谢谢