madExceptPatch needed for dll ?

delphi package - automated exception handling
Post Reply
Batteken
Posts: 65
Joined: Tue May 30, 2006 6:01 am

madExceptPatch needed for dll ?

Post by Batteken »

Hello,

I started using msbuild to make full solutions of my C++ projects. I know that madExcept is not completely activated/working if madExceptPatch is not done. However, should I do the patch only on exe files or also on dlls ?

regards,
Bart
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: madExceptPatch needed for dll ?

Post by madshi »

If you have madExcept activated for the DLL project then you should also run madExceptPatch on the DLL.

FWIW, I've not worked with msbuild yet. Normally, if you build with the IDE, madExceptPatch is run automatically. So it seems that doesn't work for msbuild projects?
Batteken
Posts: 65
Joined: Tue May 30, 2006 6:01 am

Re: madExceptPatch needed for dll ?

Post by Batteken »

Thx for the information.

Indeed, MSBuild is not automatically launching the madexceptpath.
Anyway, I do it manually afterwards.

regards,
Bart
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Re: madExceptPatch needed for dll ?

Post by madshi »

Will add to my to do list to check if I can make it automatically launch. Not sure if it's possible, but I'll check.
Batteken
Posts: 65
Joined: Tue May 30, 2006 6:01 am

Re: madExceptPatch needed for dll ?

Post by Batteken »

Super !
Post Reply