<small id='2PaUT'></small><noframes id='2PaUT'>

    • <bdo id='2PaUT'></bdo><ul id='2PaUT'></ul>
    <legend id='2PaUT'><style id='2PaUT'><dir id='2PaUT'><q id='2PaUT'></q></dir></style></legend>

    <tfoot id='2PaUT'></tfoot>

        <i id='2PaUT'><tr id='2PaUT'><dt id='2PaUT'><q id='2PaUT'><span id='2PaUT'><b id='2PaUT'><form id='2PaUT'><ins id='2PaUT'></ins><ul id='2PaUT'></ul><sub id='2PaUT'></sub></form><legend id='2PaUT'></legend><bdo id='2PaUT'><pre id='2PaUT'><center id='2PaUT'></center></pre></bdo></b><th id='2PaUT'></th></span></q></dt></tr></i><div id='2PaUT'><tfoot id='2PaUT'></tfoot><dl id='2PaUT'><fieldset id='2PaUT'></fieldset></dl></div>

        用于应用程序本地部署的 Visual C++ 2015 可再发行 DLL

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

        1. <tfoot id='awueG'></tfoot>
          <legend id='awueG'><style id='awueG'><dir id='awueG'><q id='awueG'></q></dir></style></legend>

            • <bdo id='awueG'></bdo><ul id='awueG'></ul>

                <small id='awueG'></small><noframes id='awueG'>

                <i id='awueG'><tr id='awueG'><dt id='awueG'><q id='awueG'><span id='awueG'><b id='awueG'><form id='awueG'><ins id='awueG'></ins><ul id='awueG'></ul><sub id='awueG'></sub></form><legend id='awueG'></legend><bdo id='awueG'><pre id='awueG'><center id='awueG'></center></pre></bdo></b><th id='awueG'></th></span></q></dt></tr></i><div id='awueG'><tfoot id='awueG'></tfoot><dl id='awueG'><fieldset id='awueG'></fieldset></dl></div>
                  <tbody id='awueG'></tbody>
                • 本文介绍了用于应用程序本地部署的 Visual C++ 2015 可再发行 DLL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  在 Visual Studio 2013 之前,您只需要 msvcr[version].dll 和 msvcp[version].dll.现在他们在 2015 年更改了 DLL.为了避免 redist 安装程序,我需要包含哪些内容?

                  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-local deployment of the Universal CRT is not supported."

                  更新:

                  链接的内容 以上于 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).

                  随您的应用从这些位置发送所有 dll:

                  Shipping all dlls from these locations with your app:

                  • C:Program Files (x86)Windows Kits10RedistucrtDLLsx86
                  • C:Program Files (x86)Microsoft Visual Studio 14.0VC edistx86Microsoft.VC140.CRT

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

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Constructor initialization Vs assignment(构造函数初始化 Vs 赋值)
                  Is a `=default` move constructor equivalent to a member-wise move constructor?(`=default` 移动构造函数是否等同于成员移动构造函数?)
                  Has the new C++11 member initialization feature at declaration made initialization lists obsolete?(声明时新的 C++11 成员初始化功能是否使初始化列表过时了?)
                  Order of constructor call in virtual inheritance(虚继承中构造函数调用的顺序)
                  How to use sfinae for selecting constructors?(如何使用 sfinae 选择构造函数?)
                  Initializing a union with a non-trivial constructor(使用非平凡的构造函数初始化联合)
                    <i id='qSnl4'><tr id='qSnl4'><dt id='qSnl4'><q id='qSnl4'><span id='qSnl4'><b id='qSnl4'><form id='qSnl4'><ins id='qSnl4'></ins><ul id='qSnl4'></ul><sub id='qSnl4'></sub></form><legend id='qSnl4'></legend><bdo id='qSnl4'><pre id='qSnl4'><center id='qSnl4'></center></pre></bdo></b><th id='qSnl4'></th></span></q></dt></tr></i><div id='qSnl4'><tfoot id='qSnl4'></tfoot><dl id='qSnl4'><fieldset id='qSnl4'></fieldset></dl></div>
                    <legend id='qSnl4'><style id='qSnl4'><dir id='qSnl4'><q id='qSnl4'></q></dir></style></legend>

                    <small id='qSnl4'></small><noframes id='qSnl4'>

                      <tbody id='qSnl4'></tbody>

                      <tfoot id='qSnl4'></tfoot>

                        • <bdo id='qSnl4'></bdo><ul id='qSnl4'></ul>