简体   繁体   English

如何解决错误PRJ0002:'cl.exe'返回的错误结果-1073741515?

[英]how to resolve error PRJ0002 : Error result -1073741515 returned from 'cl.exe'?

I have tried to see my functions using dump.exe and link.exe through visual studio command line. 我试图通过Visual Studio命令行使用dump.exelink.exe来查看我的功能。

After that IDE not working fine. 之后,IDE无法正常工作。 I got the following error 我收到以下错误

error PRJ0002 : Error result -1073741515 returned from 'C:\\Program Files\\Microsoft Visual Studio 9.0\\VC\\bin\\cl.exe' 错误PRJ0002:从'C:\\ Program Files \\ Microsoft Visual Studio 9.0 \\ VC \\ bin \\ cl.exe'返回的错误结果-1073741515

How to resolve this error. 如何解决此错误。

Thank you. 谢谢。

-1073741515 == 0xFFFF FFFF C000 0135 == STATUS_DLL_NOT_FOUND

Which basically means, that cl.exe is unable to start, because it can not load some dynamic link library. 基本上,这意味着cl.exe无法启动,因为它无法加载某些动态链接库。 It seems, that you managed to corrupt your Visual Studio installation and reinstall/repair is in order. 看来,您设法破坏了Visual Studio的安装,并且重新安装/修复是正常的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误PRJ0002:从'C:\\ Program Files \\ Microsoft Visual Studio 9.0 \\ VC \\ bin \\ cl.exe'返回错误结果-1073741515 - error PRJ0002 : Error result -1073741515 returned from 'C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\cl.exe' 执行cl.exe时出错 - Error executing cl.exe Visual Studio 2013:CL.exe退出,代码为-1073741515 - Visual Studio 2013: CL.exe exited with code -1073741515 命令行帮助cl.exe版本12.00.8186中是否出现Apprent错误? - apprent error in command line help cl.exe version 12.00.8186? 为什么 cl.exe(Visual Studio 编译器)无法使用 CMake(错误报告)编译项目? - How come cl.exe (Visual Studio compiler) fails to compile a project with CMake (error-report)? 使用OMIT选项从MVS 2013使用cl.exe编译时,sqlite3错误 - sqlite3 error when compiling with cl.exe from MVS 2013 with OMIT opition 跟踪器:错误 TRK0005:无法定位:“CL.exe” - TRACKER : error TRK0005: Failed to locate: “CL.exe” 错误MSB6006:“ CL.exe”退出,代码2 - error MSB6006: “CL.exe” exited with code 2 从cmd运行cl.exe - Run cl.exe from cmd NMAKE:致命错误 U1077:cl.exe 和 nmake.exe 返回代码“0x2” - NMAKE : fatal error U1077: cl.exe and nmake.exe return code '0x2'
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM