Microsoft Visual C++

Associate
Joined
27 Dec 2012
Posts
375
Location
London
This might sound a little bit silly but I honestly have no idea if it's good or bad.

You know, almost everytime you install a game it asks you to install the Microsoft Visual but do you actually have to go ahead and do that for all of them when they ask you to ?

Is it normal to have so many of them installed or I'm just doing everything wrong here :D :D

cizLI5O.png
 
What's more annoying is the host of temporary files the VC++ redist installer scatters in the root of drives and don't clear up. Shoddy.
 
Install an entire development eco system :S I've got like 50 different SQL Server entries as well as the runtimes and redistributables like vimes :|
 
Same idea as .NET framework/runtimes, it depends on the version of Microsoft Visual studio the game was developed on, every year a new version of Visual Studio comes out thus you need to install a new/updated runtimes to run your game/app.

Runtimes are basically dlls full of functions loaded at 'runtime' for your game/app.
 
Back
Top Bottom