Page 1 of 1

IDE exceptions

Posted: Fri May 04, 2018 8:06 am
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.

Re: IDE exceptions

Posted: Mon May 07, 2018 3:11 pm
by madshi

Re: IDE exceptions

Posted: Tue May 08, 2018 12:17 pm
by Han312
Thanks!
Unchecking the 1st option solved my problem.