Page 1 of 1

MadExcept not included with Build Groups

Posted: Fri Feb 19, 2016 7:12 pm
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

Re: MadExcept not included with Build Groups

Posted: Fri Feb 19, 2016 10:53 pm
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

Re: MadExcept not included with Build Groups

Posted: Mon Mar 07, 2016 2:08 pm
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?

Re: MadExcept not included with Build Groups

Posted: Mon Mar 07, 2016 6:32 pm
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..