转自VC错误:http://www.vcerror.com/?p=1669
问题描述:
使用VS2013编译旧版VC++程序时,提示Building an MFC project for a non-Unicode character set is deprecated
错误信息
[cpp] view plaincopyprint?
01.<span style=”font-family: FangSong_GB2312;”><span style=”font-size: 14px;”>1>—— 已启动全部重新生成: 项目: Server, 配置: Release Win32 ——
02.1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(369,5): 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.
03.========== 全部重新生成: 成功 0 个,失败 1 个,跳过 0 个 ==========
解决方法:
具体的解决方法参考文章:http://www.vcerror.com/?p=1669
问题描述:
使用VS2013编译旧版VC++程序时,提示Building an MFC project for a non-Unicode character set is deprecated
错误信息
[cpp] view plaincopyprint?
01.<span style=”font-family: FangSong_GB2312;”><span style=”font-size: 14px;”>1>—— 已启动全部重新生成: 项目: Server, 配置: Release Win32 ——
02.1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(369,5): 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.
03.========== 全部重新生成: 成功 0 个,失败 1 个,跳过 0 个 ==========
解决方法:
具体的解决方法参考文章:http://www.vcerror.com/?p=1669