Actionhandler not found when patching Delphi 11.2 binary

delphi package - automated exception handling
Post Reply
AndersB
Posts: 3
Joined: Thu Feb 04, 2021 7:01 am

Actionhandler not found when patching Delphi 11.2 binary

Post by AndersB »

Since we upgraded to Delphi 11.2 we get an error when running madExceptPatch on the resulting binary:

"TMEDetailsForm.OnAction handler "madAttachLog.HandleDetailsForm" not found. Maybe the smart linker removed it?"

I can see the function "madAttachLog.HandleDetailsForm" in the map file so the linker did not remove it. When using Delphi 11.1 it works fine.

We're using madExcept 5.1.2.
AndersB
Posts: 3
Joined: Thu Feb 04, 2021 7:01 am

Re: Actionhandler not found when patching Delphi 11.2 binary

Post by AndersB »

By the way, we are using the 64-bit compiler. Just found the other post from september discussing this issue: viewtopic.php?f=4&t=28986. Any progress there?
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Actionhandler not found when patching Delphi 11.2 binary

Post by madshi »

Can you try this build?

http://madshi.net/madCollectionUpdate.exe

Does it fix the problem?
Post Reply