Computer Science/Windows Externals
[VS2013] This program can't start because MSVCR120.dll is missing
Maj0r Tom
2016. 4. 12. 17:25
[Visual Studio 2013]
ERR Message : "This program can't start because MSVCR120.dll is missing from your computer. Try reinstalling the program to fix this program."
방법 1. VS 2013 재배포 패키지 설치
방법 2. 컴파일러 설정
프로젝트속성(Property Pages) - 구성속성(Configuration Properties) - C/C++ - 코드생성(Code Generation) - 런타임 라이브러리(Runtime Library)
- 디버그 : 다중 스레드 디버그 DLL(/MDd) => 다중 스레드 디버그(/MTd)
- 릴리즈 : 다중 스레드 DLL(/MD) => 다중 스레드(/MT)
+ XP 호환 설정
Property Pages -> Configuration Properties -> General -> Platform Toolset 에서
-> "Visual Studio 2013 - Windows XP( v120_xp)" 설정
Ref. : http://blog.bloodcat.com/160