Search found 3 matches

by AndersB
Thu Dec 01, 2022 6:55 am
Forum: madExcept
Topic: Actionhandler not found when patching Delphi 11.2 binary
Replies: 2
Views: 3553

Re: Actionhandler not found when patching Delphi 11.2 binary

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?
by AndersB
Wed Nov 30, 2022 3:06 pm
Forum: madExcept
Topic: Actionhandler not found when patching Delphi 11.2 binary
Replies: 2
Views: 3553

Actionhandler not found when patching Delphi 11.2 binary

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"...
by AndersB
Thu Feb 04, 2021 7:12 am
Forum: madExcept
Topic: Custom proxy missing null termination
Replies: 2
Views: 2907

Custom proxy missing null termination

I tried to set a custom proxy using the hidden madExcept.ProxyServer property. In AnsiToGlobalUnicode inside TWinHttp.Create the proxy AnsiString is converted into a unicode string, but the null termination is missing. Suggest to include the null termination in the copy: function AnsiToGlobalUnicode...