Visual Studio2013编译报错,“因为计算机丢失MVSCRR120D.dll”解决办法


更新VS2013后编译报错

Visual Studio2013编译报错,“因为计算机丢失MVSCRR120D.dll”解决办法_第1张图片

“main.exe”(Win32):  已加载“G:\MyCode\VS2013\Clock\main\Debug\main.exe”。已加载符号。
“main.exe”(Win32):  已加载“C:\Windows\System32\ntdll.dll”。无法查找或打开 PDB 文件。
“main.exe”(Win32):  已加载“C:\Windows\System32\kernel32.dll”。无法查找或打开 PDB 文件。
“main.exe”(Win32):  已加载“C:\Windows\System32\KernelBase.dll”。无法查找或打开 PDB 文件。
“main.exe”(Win32):  已加载“C:\Windows\System32\apphelp.dll”。无法查找或打开 PDB 文件。
SHIMVIEW: ShimInfo(Complete)
“main.exe”(Win32):  已加载“C:\Windows\System32\user32.dll”。无法查找或打开 PDB 文件。
“main.exe”(Win32):  已加载“C:\Windows\System32\gdi32.dll”。无法查找或打开 PDB 文件。
程序“[5192] main.exe”已退出,返回值为 -1073741515 (0xc0000135) '未找到依赖 dll'。


msdn上好像有解释,看不太懂:http://msdn.microsoft.com/en-us/library/windows/hardware/dn448963(v=vs.85).aspx

然后在VS2013的安装目录C:\Program Files\Microsoft Visual Studio 12.0\VC\redist\Debug_NonRedist\x86\Microsoft.VC120.DebugCRT下找到了这个msvcr120d.dll

放到C:\Windows\System32里面就没问题了


你可能感兴趣的:(Visual Studio2013编译报错,“因为计算机丢失MVSCRR120D.dll”解决办法)