阅读背景:

如何将Visual Studio项目从使用宽字符串转换为普通字符串

来源:互联网 

When I created my visual studio project it defaulted to forcing me to use wide strings for all the functions which take character strings. MessageBox() for example, takes a LPCWSTR rather than a const char*. While I understand that it's great for multi-lingual and portable applications, it is completely unnecessary for my simple little app. Quite frankly, it's more of a pain to constantly type TEXT() around all my strings. When I created my visual studio project it defa




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: