If you want to deploy a VC++ 2005 executable on a computer that doesn’t have VisualStudio installed, or the Visual C++ Redistributable Package, copy from the following folder of your VisualStudio’s installation:Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\ everything, in the same directory as your executable.
Basically, put these files:
- Microsoft.VC80.CRT.manifest
- msvcm80.dll
- msvcp80.dll
- msvcr80.dll