What version of MS Visual CC do I really need?

RJsDad

New member
Member
Local time
11:34 PM
Messages
19
Location
Ridgecrest, CA, USA
Greets all;

This may have been asked before, so if I'm beating a dead horse, just say so :D.

I have 4 2005's, 6 2008's and a lone 2010 installed; the question is do I really need all of them or just the most recent? If I only need the latest version, is it safe to remove the older ones (assuming I don't have anything that needs them)? And is the 2010 redistributable the absolute latest version? After looking it up at Microsoft, it seems there is a 2012 and/or 2013 but the information is a little confusing - so I figured before I go and download another, I'd better get some expert advice.

Thanks in advance.......

p.s.: I searched the forum, but it just made my brain hurt.
 

My Computer My Computer

At a glance

Windows 7 Home Premium (32), SP1Intel Celeron D 3.2Ghz2GB DDRVIA Chrome 9 IGP
Computer type
PC/Desktop
OS
Windows 7 Home Premium (32), SP1
CPU
Intel Celeron D 3.2Ghz
Motherboard
BIOSTAR P4M900-M7 FE
Memory
2GB DDR
Graphics Card(s)
VIA Chrome 9 IGP
Sound Card
C-Media PCI Audio Device
Monitor(s) Displays
Compaq CV735
Screen Resolution
1152x864
The very short answer is you probably need all of them.

My usual disclaimer: I'm not an expert at anything. :)

As I understand it, different programs use different "versions" of Visual C++. If you remove the wrong version the program won't work. On the other hand, I've removed all of them and then waited for a program to prompt me to download the required C++. In a very short time all of the uninstalled versions were reinstalled. These Microsoft forum threads may help.

Different versions and updates of Microsoft Visual C++, do I - Microsoft Community

Why are there multiple versions of Microsoft Visual C++ libraries on my computer?
 

My Computer My Computer

At a glance

Win 7 Pro 64-bitIntel i5 2.4 Ghz8GB DDR3Intel HD 3000
Computer type
Laptop
Computer Manufacturer/Model Number
Sony Vaio VPCEB47GM Laptop
OS
Win 7 Pro 64-bit
CPU
Intel i5 2.4 Ghz
Memory
8GB DDR3
Graphics Card(s)
Intel HD 3000
Sound Card
IDT High Definition
Monitor(s) Displays
15.6 WGXA Anti-Glare LED
Screen Resolution
1280x800
Hard Drives
640Gb 7200rpm
Antivirus
MSE
Browser
Opera (primary) with IE9 backup
In theory all applications should work with the most recent version of the runtime. But in the real world things don't always work that way. Many applications were written for one specific version and will work with no other. That is an issue that only the application developer can resolve.
 

My Computer My Computer

At a glance

Windows 7 Pro 64 bitXeon W35208 GBNvidia Geforce 210
Computer type
PC/Desktop
Computer Manufacturer/Model Number
HP
OS
Windows 7 Pro 64 bit
CPU
Xeon W3520
Memory
8 GB
Graphics Card(s)
Nvidia Geforce 210
Are you asking about runtimes or compilers/IDEs?

For compilers, just install the latest version, each compiler just supports new features and new specifications of C++. I believe Visual Studio 2012 supports C++ 11 now.
 

My Computer My Computer

Computer type
Laptop
Each program compiled with Visual C++ is linked to a specific version of the runtime, as they're not backward compatible. That is, a program made for 2010, will ONLY run with 2010 runtime, for instance. Weather you actually need all of them or not depends on what programs you have and what runtime they use.

My personal preference is to have installers for each version, 2005, 2008, 2010 and 2012, for both x86 and x64, and install all of those at once, then forget about it, so it can run any program that used MSVC++.
 

My Computer My Computer

At a glance

Windows 7 Ultimate x64Intel Core i7-740QM8 GB DDR3NVIDIA GeForce 330GT
Computer type
Laptop
Computer Manufacturer/Model Number
Toshiba Sattelite A665-S6092
OS
Windows 7 Ultimate x64
CPU
Intel Core i7-740QM
Memory
8 GB DDR3
Graphics Card(s)
NVIDIA GeForce 330GT
Screen Resolution
1366x768
Hard Drives
Samsung 840 SSD 500GB
1TB USB3 external HD
Cooling
Coolermaster Notepal U3 notebook cooling pad
Internet Speed
3mbps ASDL
Antivirus
ClamWin 0.98.7
Browser
Opera 12.17 x86 (main), Firefox 38 (sec), IE11 (last resort)
Back
Top