Page 1 of 1

Actionhandler not found when patching Delphi 11.2 binary

Posted: Wed Nov 30, 2022 3:06 pm
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.

Re: Actionhandler not found when patching Delphi 11.2 binary

Posted: Thu Dec 01, 2022 6:55 am
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?

Re: Actionhandler not found when patching Delphi 11.2 binary

Posted: Thu Dec 08, 2022 10:33 am
by madshi
Can you try this build?

http://madshi.net/madCollectionUpdate.exe

Does it fix the problem?