MadExcept not included with Build Groups

delphi package - automated exception handling
Post Reply
FredS
Posts: 98
Joined: Mon May 11, 2015 9:42 pm

MadExcept not included with Build Groups

Post by FredS »

I found some posts on using madExceptPatch.exe, do we need to implement that for Build Groups?

In the IDE (Seattle):
- open project group
- create a Build Group (Release) (Win32,Win64)
- build the Build Group

MadExcept is not included.

thanks

Fred
FredS
Posts: 98
Joined: Mon May 11, 2015 9:42 pm

Re: MadExcept not included with Build Groups

Post by FredS »

Found this: Oh wait, I have a better idea: If you call madExceptPatch manually in a post build event, the madExceptWizard could simply detect that and then skip exe patching. What do you think about that?
from: viewtopic.php?f=4&t=27182#p46562

I assume this has been implemented since adding this to post event fixes the issue and causes no errors:
"$(VCL)\madCollection\madExcept\Tools\madExceptPatch.exe" "$(OUTPUTPATH)" "$(INPUTDIR)\$(INPUTNAME).mes"
"$(CertificatePath)\sign.cmd" "$(OUTPUTPATH)"

thanks

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

Re: MadExcept not included with Build Groups

Post by madshi »

I think madExceptPatch was always written in such a way that calling it multiple times wouldn't hurt.

So is this issue solved for you?
FredS
Posts: 98
Joined: Mon May 11, 2015 9:42 pm

Re: MadExcept not included with Build Groups

Post by FredS »

madshi wrote:I think madExceptPatch was always written in such a way that calling it multiple times wouldn't hurt.
So is this issue solved for you?
Yes, guess few use Build Groups..
Post Reply