标签:V110
error LNK2038 检测到_MSC_VER 的不匹配项: 值1800不匹配值1700
项目原本的平台工具集设置为V120,修改为v110后发生错误:错误 146 error LNK2038: 检测到“_MSC_VER”的不匹配项: 值“1800”不匹配值“1700”(AssemblyInfo.obj 中) CefSharp\CefSharp.Core\libcef_dll_wrapper.lib(libcef_dll_wrapper.obj)……
01-01 立刻查看
error MSB8020: The builds tools for v120 错误
从Git获取的CefSharp项目源码,用VS2012 打开,生成时候报错:错误 1 error MSB8020: The builds tools for v120 (Platform Toolset = ‘v120‘) cannot be found. To build using the v120 build tools, ei……
12-31 立刻查看