在vs2013下出现编译错误:“buiding an mfc project for an non-unicode”

这个编译错误的意思就是vs2013下的mfc工程不支持non-unicode(也就是多字节编码)编码,需要下载一个微软的安装程序安装即可,安装后这个支持多字节编码的库之后就可以通过编译了。


下载地址:http://www.microsoft.com/en-us/download/confirmation.aspx?id=40770


参考地址:http://jingyan.baidu.com/article/4b07be3c61443e48b280f352.html

猜你喜欢

转载自blog.csdn.net/bobopeng/article/details/40393567
今日推荐