Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   TFreedObject in FastMM4/FastMM4.pas at master · pleriche/FastMM4 · GitHub (https://www.delphipraxis.net/203054-tfreedobject-fastmm4-fastmm4-pas-master-%B7-pleriche-fastmm4-%B7-github.html)

DP News-Robot 8. Jan 2020 13:50

TFreedObject in FastMM4/FastMM4.pas at master · pleriche/FastMM4 · GitHub
 
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...


Alle Zeitangaben in WEZ +1. Es ist jetzt 02:48 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz