微软VC++ 2005 SP1 和 2008 SP1 可再发行软件包

发布于 2024-08-25 08:06:23 字数 258 浏览 9 评论 0原文

我有一个需要 Microsoft VC++ 2005 (SP1) Redistributable Package 的应用程序。

我知道我可以下载并安装它。

问题是,在我们的服务器中,已经安装了 Microsoft VC++ 2008 (SP1) Redistributable Package。

现在,我还需要安装2005 (SP1) 版本吗?

或者 2008 (SP1) 与 2005 (SP1) “向后兼容”?

谢谢。

I have an application that requires Microsoft VC++ 2005 (SP1) Redistributable Package.

I know that I can just download it and install it.

The problem is, in our server, there is Microsoft VC++ 2008 (SP1) Redistributable Package already installed.

Now, do I still need to install the 2005 (SP1) version?

Or the 2008 (SP1) is "backward compatible" with 2005 (SP1)?

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

荒人说梦 2024-09-01 08:06:23

您需要安装 2005 redist:- 它安装的软件包由名为 MSVCR80.dll 的 dll 组成,而 2008 redist 则包含 MSVCR90.dll 文件。
它们不兼容。

You need to install the 2005 redist :- the package it installs consists of dlls called MSVCR80.dll, whereas the 2008 redist has the MSVCR90.dll files.
They are not compatible.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文