IDE exceptions

delphi package - automated exception handling
Post Reply
Han312
Posts: 54
Joined: Mon Mar 14, 2016 3:49 pm

IDE exceptions

Post by Han312 »

Is there a way to persuade MadExcept not to mess up with the IDE?

I don't want that MadExcept is telling me Delphi exceptions while my software is not running.

I disabled MadExcept in the options, but use

Code: Select all

// dontTouchUses

uses
  ShareMem,
  madExcept,
  madLinkDisAsm,
  madListHardware,
  madListProcesses,
  madListModules,
  madTypes,
in the dpr and add it only later in the postbuild with MadExceptPatch.


If MadExcept is not installed then Delphi is giving me an exception but I can continue to work.
But with MadExcept installed it keeps looping and I cannot solve the problem since I have no access to Delphi anymore and have to let it close by MadExcept.
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: IDE exceptions

Post by madshi »

Han312
Posts: 54
Joined: Mon Mar 14, 2016 3:49 pm

Re: IDE exceptions

Post by Han312 »

Thanks!
Unchecking the 1st option solved my problem.
Post Reply