关于检查安装C运行时

编程入门 行业动态 更新时间:2024-10-10 06:19:35
本文介绍了关于检查安装C运行时的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我在codeproject中的第一个问题... 如何检查pc安装运行时库,如msvcr80.dll,crt,atl等。如果pc没有安装运行时,为了保护程序正常运行,我会为它们安装。但是如何检查?b $ b?谢谢大家:)

my first question in codeproject... how to check pc install runtime library, such as msvcr80.dll, crt, atl and so on. if pc doesn''t install runtime, in order to protect program running normally, i will install for them. but how to check? thank you all:)

推荐答案

如果使用VS2005开发应用程序(VC ++),则需要安装VCRedist运行时客户端机器。在您的程序中,您可以使用其产品ID检查VCRedist是否已安装,即{7299052b-02a4-4627-81f2-1818da5d550d}。这可能与其他运行时间不同。 因此,请检查产品ID以查找相关性,如果未安装,则可以安装它们。 最好的问候 Muthuraja Hi, If you develop you application (VC++) using VS2005, you need to install VCRedist runtime in the client machine. In your program , you can check the VCRedist is installed or not using its product id, which is {7299052b-02a4-4627-81f2-1818da5d550d}. This might differ other run time. So, check the product id for the dependency, and if it is not installed you can install them. Best Regards Muthuraja

更多推荐

关于检查安装C运行时

本文发布于:2023-11-30 21:42:24,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1651559.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!