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.” 这意味着使用非 Unicode 字符集构建 MFC 项目已经被弃用,你需要将项目的字符集设置为 Unicode,或者下载额外的库。
方法/步骤 1 下载插件:Multibyte MFC Library for Visual Studio 2013 2 下载完成后关闭VS2013,并安装插件 3 五分钟左右后,插件安装完毕。4 用VS2013打开VC6.0编写的项目文件,则不会提示多字节字符集错误。5 这样我们就解决了"error MSB8031"这 个问题 6 可以看出不断的学习会有很大的收获 ...
3 选择和你VS版本相同的语言并单击下载按钮,进入下载页面,如下图所示 4 下载完成后单击运行,运行刚刚下载完的插件程序 5 其中有一项要注意:如果单击运行后软件无法自动安装,可能是由于你的电脑中没有安装DirectX的,具体配置要求可以在下图中看到。6 安装完成后再次编译程序将不会出现错误error MSB8031。
错误1error MSB8031: Building an MFC projectfora non-Unicode charactersetisdeprecated. 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. 1. 2. 3. 看上面 报错的信息 ,貌似要下载一个 字...
今天跑了一个mfc的程序,发现报错: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. 查了资料后才知道原来是微软在VS2013中把 multi-byte character set 支持移除了, ...
错误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...
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\Mic...
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. Seehttp://go.microsoft.com/fwlink/p/?LinkId=286820for more information. ...
MSB8031VS2013VC++运维 VS2013编译旧版VC++程序时,提示error MSB8031: Building an MFC project for a non-Unicode character set is deprecated. 介绍为什么 https://blogs.msdn.microsoft.com/vcblog/2013/07/08/mfc-support-for-mbcs-deprecated-in-visual-studio-2013/ ...
解决:vs2013 错误 1 error MSB8031: Building an MFC project for a non-Unicode character set is deprecated. 问题翻译: 用于多字节字符编码 (MBCS) 的 MFC 库 (DLL) 不再包含于 Visual Studio 中,但是可用作插件,您可以在任何装有 Visual Studio Professional、Visual Studio Premium 或 Visual Studio ...