Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

which version of Visual C++ runtime libraries is necessary?

Tags:

c++

Does the latest vcredist from microsoft (version 2010) include the previous versions (2008 SP1 and 2005 SP1) or do I need to install all 3 of them?

Thank you.

like image 784
Enricoceo Avatar asked Nov 26 '25 18:11

Enricoceo


1 Answers

You need all of them.

like image 127
Nikola Smiljanić Avatar answered Nov 28 '25 07:11

Nikola Smiljanić