Page 1 of 1

My program crash in release configuration

Posted: Tue Apr 14, 2020 3:26 pm
by qprotex
Hello,

I have a weird issue where my program crash in release configuration but not in debug configuration. I have found out that when activating stack frames in release, the program works. Is there any way I can use madexcept in release mode to catch the error?

I have tried to define madExcept in release configuration but it seems is not enough to activate it.

Re: My program crash in release configuration

Posted: Wed Apr 15, 2020 5:15 pm
by madshi
Are we talking Delphi or BCB? In Delphi, it should suffice if you simply activate madExcept through the Delphi "Tools -> madExcept settings" menu.