My program crash in release configuration

delphi package - automated exception handling
Post Reply
qprotex
Posts: 3
Joined: Thu Oct 04, 2018 1:51 pm

My program crash in release configuration

Post 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.
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: My program crash in release configuration

Post 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.
Post Reply