Visual Studio 2015 / Win10:appcrt140.dll丢失 [英] Visual Studio 2015 / Win10: appcrt140.dll missing

查看:1449
本文介绍了Visual Studio 2015 / Win10:appcrt140.dll丢失的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在转换与VS2013静态库链接到VS2015的命令行可执行文件解决方案。所有的编译和链接都很好,但执行命令行可执行文件时,新的 appcrt140.dll 找不到:





我安装了x86和x64 VC可再分发。从我在线阅读,它应该是Windows10的一部分,但是,我无法在我的系统上检测到这个文件。另外,我的系统上缺少 desktopcrt140.dll 这两个都应该是VS2015重新启动的一部分(请参阅



我在这里缺少什么/如何安装丢失的DLL?

解决方案

如果我理解正确,CRT在VS2015 CTP1和当前的VS2015之间发生了重大变化(更多细节这里)其中一个是将您的两个丢失的dll替换为所谓的通用CRT(这是所述的一部分) Windows 10)。


Ap pCRT和DesktopCRT已经重组到单个库中,我们命名为通用CRT。


从此我判断您应该升级到VS2015的最新版本,如果您没有使用它。如果您已经在使用此错误,那么可能是由于依赖于VS2015 CTP1而导致的。


I'm currently converting a solution of command line executables linking against static libs from VS2013 to VS2015. Everything compiles and linkes fine, however, when executing the command line executable the new appcrt140.dll is not found:

I installed both the x86 and x64 VC redistributable. From what I read online, it should be part of Windows10, however, I'm not able to detect this file on my system. Also, the desktopcrt140.dll is missing on my system; both of which should be part of the VS2015 redist (see Visual C++ Runtime Files), however, they seem not to be installed along with VS2015 Enterprise:

What am I missing here / how do I install the missing dlls?

解决方案

If I understood correctly the CRT has suffered major changes between VS2015 CTP1 and the current VS2015 (more details here) one of them being the replacement of both of your missing dlls with what they call a universal CRT (which is as stated a part of Windows 10).

The AppCRT and DesktopCRT have been recombined into a single library, which we have named the Universal CRT.

Judging from this I would say you should upgrade to newest version of VS2015 if you are not using it already. If you are already using that and getting this error then it could be due to a dependency that was buit with VS2015 CTP1.

这篇关于Visual Studio 2015 / Win10:appcrt140.dll丢失的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆