Disable exception trapping for Delphi?

delphi package - automated exception handling
Post Reply
thany
Posts: 9
Joined: Mon Jan 02, 2006 3:18 pm
Location: The Netherlands
Contact:

Disable exception trapping for Delphi?

Post by thany »

Somehow my Delphi IDE (7.0 update 1) is crashing like there's no tomorrow. It crashes almost always when starting a project, and sometimes so badly that I must restart Delphi. Also, every error that's basically the result of an exception (like when putting a string in an integer property) is trapped my madExcept.

How do I disable this exception trapping in the IDE, but not in the application?
Post Reply