用于应用程序本地部署的Visual C ++ 2015可再发行的DLL [英] Visual C++ 2015 redistributable DLLs for app-local deployment

查看:148
本文介绍了用于应用程序本地部署的Visual C ++ 2015可再发行的DLL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

到Visual Studio 2013所有你需要的是msvcr [version] .dll和msvcp [version] .dll。
现在他们用2015修改了DLL。
我需要包含什么以避免重做安装程序?

Up to Visual Studio 2013 all you needed was msvcr[version].dll and msvcp[version].dll. Now they changed the DLLs with 2015. What do I need to include in order to avoid a redist installer?

现在似乎不可能:
http://blogs.msdn.com/b/vcblog/archive/2015/03/03/introducing-the-universal -crt.aspx

不支持通用CRT的App本地部署。

"App-local deployment of the Universal CRT is not supported."

UPDATE:

链接已于2015年9月11日更新。现在可以进行应用程序本地部署。

The content of the link above was updated on 11 Sep 2015. Now it's possible to make app-local deployment.

推荐答案

这适用于我(x86应用程序)。

This worked for me (x86 app).

应用程式:


  • C:\Program档案(x86)\Windows Kits\10\Redist\ucrt\DLLs\\ \\ x86

  • C:\Program文件(x86)\ Microsoft Visual Studio 14.0 \VC\redist\x86\Microsoft.VC140.CRT

这篇关于用于应用程序本地部署的Visual C ++ 2015可再发行的DLL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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