1. Microsoft Visual ++ 2008 (x86) : 11/29/2007
, 32- (x86) , Visual Studio 2008.
2. Microsoft Visual ++ 2008 SP1 (x86) : 9/16/2008
, , , 1 (SP1). , Visual Studio 2008 1.
Visual Studio β IDE.
3. Microsoft Visual ++ 2008 1 (SP1) ATL : 9/29/2010
4. Microsoft Visual ++ 2008 1 (SP1) MFC : 6/7/2011
, .
In any case, you will need only those applications that are written in ATL or MFC.
If this is too confusing, note that when distributing the application, you donβt even need to use any of these redistributable installers. You can simply place the required runtime DLLs in the same folder as your executable, and it will work just fine.
The correct versions of the required libraries are copied to your computer as part of the Visual Studio installation. You will find them in the following directory:
<Program Files folder>\Microsoft Visual Studio 9.0\VC\redist\x86
source
share