Quantcast
Channel: Delphi – The Wiert Corner – irregular stream of stuff
Viewing all articles
Browse latest Browse all 1445

“Unknown function at TMethodImplementationIntercept”

$
0
0

Reminder to self: when you get Unknown function at TMethodImplementationIntercept in a Delphi stack trace from the Exception.StackTrace property:

Copy the .MAP or .TDS files to directory of your EXE.

Via:

The Exception.StackTrace was introduced in Delphi 2009 that extended these [WayBackException Members:

TMethodImplementationIntercept was introduced in the System.Rtti unit of Delphi XE6:

–jeroen

Example code:


Viewing all articles
Browse latest Browse all 1445