In my windows xp, why suddenly I have msvc++ 2008 redistributable package installed?
THe installation date is the same as my qt sdk and virtualbox. Is it possible
because of either ? Or anything else?
|
| |||
feedback
|
|
Qt sdk doesnot require Visual C++ 2008 redistributable. It is required for "applications" developed with Visual C++ SP1, to run on a computer that does not have Visual C++ 2008 SP1 installed. So usually when an application developed with VS is deployed ,they bundle redistributable with the installer. So my answer would be Virtual Box | ||||
|
feedback
|
|
From the download page:
Since VirtualBox requires Visual Studio 2003 or 2005 for the build instructions, I'm assuming they are from VirtualBox. | |||||
feedback
|
|
MSVC++ is the Visual C++ 2008 redistributable, and my guess is that it was installed with either the Qt SDK or VirtualBox. | ||||
|
feedback
|