I get an “External exception C0FB007F” when I run the program outside IDE/debugger.
Where can I find the description for this message?
The only reference I can find about it is here but I don’t use Jedi.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is not an exception generated by the Delphi code, but by some external code.
It may be a third party library or component (e.g. COM object or external .dll) which raise this exception. As Remko states, it is certainly a third-party library which is not able to resolve one of its dependencies.
Use an exception logging system to retrieve when it happens.
It may be related to this know JCL issue (if you use this library).