问题描述
我们最近从VS2013升级到VS2017。当试图在VS2017中构建项目时出现错误,因为"无法打开文件mfc120d.lib " project的字符集是多字节字符集。当平台工具集设置为"v120"时,我们能够成功构建项目
但不是在设置为"v141"时。我们不能将字符集更改为Unicode,因为它对我们来说是一个昂贵的过程,需要解决这个问题只有字符集多字节字符。
we have recently upgraded from VS2013 to VS2017. when tried to building projects in VS2017 getting error as "cannot open file mfc120d.lib" project's character set is Multi-byte character set. we are able to build projects successfully when platform toolset is set to "v120" but not when set to "v141". we cant change the character set to Unicode as it is an expensive process for us currently, need solution to this problem with character set Multi-Byte character only.
这篇关于得到错误:“无法打开文件mfc120d.lib”在VS2017中构建项目。最近从VS2013升级到VS2017。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!