V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
LPeJuN6lLsS9
V2EX  ›  Windows

vc++ runtime 打包求测试

  •  
  •   LPeJuN6lLsS9 · 2016-12-30 23:09:12 +08:00 · 1609 次点击
    这是一个创建于 2672 天前的主题,其中的信息可能已经有所发展或是发生改变。
    众所周知 2015 版的 dll 特别多有,几十个,会让应用目录变得很难看。我参照 vcrt90 的方式把它们放进子文件夹了,但不敢确定方式是否正确

    有没有人愿意帮我测试一下?实现所用 manifest 也包含在内了: https://pan.baidu.com/s/1pKWX9of


    只要没装 Visual C++ 2015 Redistributable 的情况下程序打开了就算成功
    2 条回复    2016-12-31 10:34:55 +08:00
    v2minustore
        1
    v2minustore  
       2016-12-31 10:00:28 +08:00   ❤️ 1
    win7 x64 旗舰版 版本 6.1(内部版本 7601: Service Pack 1)
    测试成功
    LPeJuN6lLsS9
        2
    LPeJuN6lLsS9  
    OP
       2016-12-31 10:34:55 +08:00
    @v2minustore 感谢测试

    另外补充一下嵌入主程序用的 manifest :
    ```
    <dependency>
    <dependentAssembly>
    <assemblyIdentity type='win32' name='Microsoft.VC140.CRT' version='14.00.24210.0' processorArchitecture='x86'/>
    </dependentAssembly>
    </dependency>
    ```
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   4088 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 05:14 · PVG 13:14 · LAX 22:14 · JFK 01:14
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.