Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is the service pack required for the C++ runtime if the compiler has the service pack installed?

If I compile a dll file using Microsoft Visual Studio Professional 2010 SP1, will the client PCs still be able to run the dll even though they have C++ 2010 runtime installed and not C++ 2010 SP1 runtime?

like image 409
djh123 Avatar asked Nov 10 '22 14:11

djh123


1 Answers

No. Think about it: if the old runtime was sufficient, why would Microsoft even release a new SP1 runtime package?

like image 136
MSalters Avatar answered Nov 15 '22 04:11

MSalters