I'm using a Windows 7 64-bit machine. I downloaded the express version of VC++ and the Windows SDK. I need to compile my code in a 64-bit compiler. When compiling, I get the following error:
"CL.exe" exited with code -1073741515
What does this error mean?
The value -1073741515 is 0xC0000135 in hex, which basically means "some dll not found". (http://www.qtcentre.org/threads/57083-1073741515-problem)
I found a very useful & generic guide to convert these cl.exe exit codes to human meaningful messages here: Visual Studio 2010 C native compilation problem
To summarize:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With