Page 1 of 1

madExcept dialog will not display

Posted: Tue Dec 31, 2019 4:27 pm
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.

Re: madExcept dialog will not display

Posted: Fri Jan 03, 2020 8:47 am
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?