- Windows Python Version
- DLL Name
- VC++ Redistributable
- Link to installer
- 2.4, 2.5 [32 bit]
- msvcr71.dll, msvcp72.dll
- Microsoft Visual C++ 2003 (7.1), included with .net 1.1
- http://msdn.microsoft.com/en-us/netframework/aa569264
- 2.6, 2.7, 3.0, 3.1, 3.2 [32 bit]
- msvcr90.dll, msvcp90.dll
- Microsoft Visual C++ 2008 Redistributable Package (x86)
- http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=29
- 2.5 [64 bit]
- msvcrt.dll, msvcp60.dll
- Included with Windows
- n/a
- 2.6, 2.7, 3.0, 3.1, 3.2 [64 bit]
- msvcr90.dll, msvcp90.dll
- Microsoft Visual C++ 2008 Redistributable Package (x64)
- http://www.microsoft.com/download/en/details.aspx?id=15336
For this version of Visual C++ Use this compiler version
Visual C++ 4.x MSC_VER=1000
Visual C++ 5 MSC_VER=1100
Visual C++ 6 MSC_VER=1200
Visual C++ .NET MSC_VER=1300
Visual C++ .NET 2003 MSC_VER=1310
Visual C++ 2005 MSC_VER=1400
Visual C++ 2008 MSC_VER=1500
Visual C++ 2010 MSC_VER=1600
Visual C++ 2012 MSC_VER=1700