64bit Program Cannot Start(0xc00007b Error)

0

I am using Delphi XE3 to build a 64bit Program under 32bit system. However, whenever I run the 64bit program in a 64bit virtual machine, I will always get an error message:

“The application was unable to start correctly (0xc000007b).”.

I try to use Remote Debugger to debug the program. However, even when I starting the debug by clicking F8, I will still get the error message.

So I cannot even access the first source line of the program before the error occurs. In such a case, how to debug such a program and find out the actual reason that cause the error?

Thanks

delphi
debugging
64bit
asked on Stack Overflow Dec 20, 2017 by alancc • edited Dec 20, 2017 by LU RD

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0