开发者

Microsoft VC++ 2005 SP1 and 2008 SP1 Redistributable Package

开发者 https://www.devze.com 2022-12-22 22:45 出处:网络
I have an application that requires Microsoft VC++ 2005 (SP1) Redistributable Package. I know that I can just download it and install it.

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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消