Download: Get MSVCR120.dll, MSVCP120.dll, MFC120.dll free from Microsoft
04/10/2018 (2741x read)
If you are missing a dll file called „MSVCR120.dll“, „MSVCP120.dll“ or „MFC120.dll“, some programs might not want to start. The dll files (Dynamic Link Library) belong to Microsofts Visual C++ Studio 2013: they are needed if a programmer used this studio to develop the app.
If one of the dll files is missing, you’ll get an error message like this „The program can’t start because MSCVR120.dll is missing from your computer. Try reinstalling the program to fix this problem“. Don’t worry, you can download the needed file free from Microsoft’s website:
» Download MSVCR120.dll + MSVCP120.dll
On that site there are all Visual Studio Redistributable files since the 2008 version: Depending on the needed dll file that you are missing, you just have to download and install the file to get all the needed dll files: Your program should run afterwards without a problem. MSVCR120.dll + MSVCP120.dll belong to Visual C++ Studio 2013:
Once installed, these other important dll files are also available on your pc:
- msvcr120.dll
- msvcp120.dll
- mfc120.dll
- mfc120u.dll
- mfcmifc80.dll
- mfcm120.dll
- mfcm120u.dll
- concrt120.dll
- vccorlib120.dll
- vcamp120.dll
- vcomp120.dll
Windows DLL files are dynamic programlibraries which contain some important functions that are needed by many programs. By using a dll, not every program needs to have the same piece of code which makes the apps smaller.