Jump to content

Recommended Posts

Posted

Should you have all of the following installed?

* Microsoft Visual C++ 2005 Redistributable

* Microsoft Visual C++ 2008 Redistributable

* Microsoft Visual C++ 2010 Redistributable

Or is it enough to just have 2010?

Posted

No, unfortuneately, you can't have just 2010.

You need each one according to the version of Microsoft Visual C++ that programs have been built with. If you have many programs built with Microsoft Visual C++, you most likely will need all three.

If, for example, a project was built using Microsoft Visual C++ 2008 then you need to have the library for that (i.e. msvcr90.dll)

It does not help that Microsoft has (rather stupidly, in my opinion) given every downloadable redistibutable package exactly the same name (i.e. vcredist_x86.exe). Despite the same name, the packages have completely different files inside. Having the same name means that you can't download more than one to the same directory, without losing the previous downloads. As I have said, complete stupidity!

.

  • Administrator
Posted

This is especially true for gaming. So many runtimes and frameworks.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...