madExcept dialog will not display

delphi package - automated exception handling
Post Reply
jhughen
Posts: 1
Joined: Tue Dec 31, 2019 4:03 pm

madExcept dialog will not display

Post by jhughen »

I have added madExcept to a existing C++ VCL project and placed a test throw statement in the code, I still get the standard exception dialog. The test throw statement is called in response to a click on a menu item while the program is running. I am using the default madExcept project settings. I can see where the #pragma link "madExcept" and other items are added to the project.cpp file. There does not appear to be any special exception handling code in the project. I am using Rad Studio 10.3.2 and the project is built with the 32 bit Clang compiler. I have been able to create a separate test project and madExcept works well on that project.
madshi
Site Admin
Posts: 10764
Joined: Sun Mar 21, 2004 5:25 pm

Re: madExcept dialog will not display

Post by madshi »

So the key question is: What's the different between the separate test project and your real project? Maybe it's the Clang compiler? Does it work if you use the Clang compiler in the test project?
Post Reply