Link in

delphi package - automated exception handling
Post Reply
etwoss
Posts: 23
Joined: Thu Aug 04, 2016 11:45 am

Link in

Post by etwoss »

Hi

If i disable the "link in madExcept settings" i understand you have to set all wanten setting in code right?
if so, are any set by default (for exampla "automatically save bug report") or are all settings not set and settings which usea Editbox to set, empty?

Eric
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Link in

Post by madshi »

Good question, I never actually tried disabling the "link in madExcept settings" for *all* modules (exe + dlls + bpls) in one process. But I don't think it would work well, so I would not recommend doing that.

The main purpose of this option is that you can store just one settings record for one module (e.g. the exe), and all your dlls and bpls then would not have their own settings, but would share the settings of the exe.
Post Reply