DP News-Robot |
14. Aug 2013 07:20 |
On the reference counting bugs in Delphi
Delphi allows to access an object instance via object reference and interface reference at the same time. Consider this code: program RefCounts; {$APPTYPE CONSOLE} uses SysUtils; procedure Test; var Obj: TInterfacedObject; II: IInterface; begin Obj:= TInterfacedObject.Create; ... http://feeds.feedburner.com/~r/delph...~4/hVW-mqNkpDU
More...
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 14:31 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-2025 by Thomas Breitkreuz