Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.672 Beiträge
 
#1

TFreedObject in FastMM4/FastMM4.pas at master · pleriche/FastMM4 · GitHub

  Alt 8. Jan 2020, 13:50
Reminder to Self: {The class used to catch attempts to execute a virtual method of a freed object} TFreedObject = class public procedure GetVirtualMethodIndex; procedure VirtualMethodError; {$ifdef CatchUseOfFreedInterfaces} procedure InterfaceError; {$endif} end; If you encounter the class TFreedObject*when doing a cast, then you’re working on a freed object and have FastMM4 enabled to detect that. […]

Weiterlesen...
  Mit Zitat antworten Zitat