安装VC ++调试运行时可分发 [英] install VC++ Debug Runtime Distributable

查看:81
本文介绍了安装VC ++调试运行时可分发的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否有没有安装Visual Studio而安装或具有VC ++调试运行时可分发版本的信息?
只是为了在没有VS2013的另一台计算机上运行使用VS2013在调试模式下编译的dll。

Is there anyway to install or have VC++ Debug Runtime Distributable without installing Visual Studio ? Just to run a dll that has been compiled in debug mode using VS2013 on another machine that hasn't VS2013.

推荐答案

<为了进行测试,您可以在应用程序中并排包含所需的调试DLL。您可以在装有VS 2013的计算机上找到它们:

For testing purposes, you can include the Debug DLLs you need 'side-by-side' with your application. You can find them on a machine with VS 2013 installed:

C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\redist\Debug_NonRedist

在部署应用程序时,必须使用发布模式分布。对于Win32桌面应用程序,请使用这些说明。对于Windows应用商店应用,您无需部署Windows商店处理的CRT。

When you deploy your app, you must use Release mode distributions. For Win32 desktop apps, use these instructions. For Windows Store apps, you don't have to deploy the CRT as it's handled by the Windows Store.

这篇关于安装VC ++调试运行时可分发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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