Visual Studio 2013 编译旧的 multi-byte character set MFC 出现
Error 1 error MSB8031: Use of MBCS encoding in MFC projects require an additional library to be downloaded and installed. Please see http://go.microsoft.com/fwlink/?LinkId=286820 for more information. C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\v120\Microsoft.CppBuild.targets
原来是VS2013把 multi-byte character set 支持移除了
MFC support for MBCS deprecated in Visual Studio 2013
去微软网站下载这个组件就行了
Multibyte MFC Library for Visual Studio 2013
本文由VS软件圈(vssoft.net)发布,不代表VS软件圈立场,转载联系作者并注明出处:https://vssoft.net/vsazwt/VS2013anzhuangwenti/2020/0725/5227.html