Multibyte MFC Library for Visual Studio 2013

霸气de小男生 提交于 2020-02-26 07:21:21

关于Visual Studio 2013 编译 multi-byte character set MFC程序出现 MSB8031 错误的解决办法

错误    1    error MSB8031: Building an MFC project for a non-Unicode character set is deprecated. You must change the project property to Unicode or download an additional library. See http://go.microsoft.com/fwlink/p/?LinkId=286820 for more information.    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets    369    5    JSSTGATEDEMO
 

 

原来vsmulti-byte character set 支持移除了
MFC support for MBCS deprecated in Visual Studio 2013

去微软网站下载这个组件,安装就可以:

https://www.microsoft.com/zh-cn/download/details.aspx?id=40770
 

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!