【转】VS2008 WIN32使用UNICODE字符问题
摘要:错误:1> main.cpp(16) : error C2440: “初始化”: 无法从“const char [9]”转换为“LPCWSTR”1> 与指向的类型无关;转换要求reinterpret_cast、C 样式转换或函数样式转换1>\main.cpp(18) : error C2664: “CreateWindowExW”: 不能将参数2 从“const char [9]”转换为“LPCWSTR”1> 与指向的类型无关;转换要求reinterpret_cast、C 样式转换或函数样式转换1> main.cpp(33) : error C2664: “Unr
阅读全文
posted @ 2012-04-07 21:07
浙公网安备 33010602011771号