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/)
-   -   Managed types vs. GetMem (https://www.delphipraxis.net/168796-managed-types-vs-getmem.html)

DP News-Robot 12. Jun 2012 02:20

Managed types vs. GetMem
 
I’ve just seen the following question on StackOverflow: I am getting an unexpected AV in the following code: program Project65; {$APPTYPE CONSOLE} {$R *.res} uses SysUtils; type ITest = interface end; TTest = class(TInterfacedObject, ITest) end; var p: ^ITest; begin ...http://feeds.feedburner.com/~r/delph...~4/L9GKzdk9Vgs

More...


Alle Zeitangaben in WEZ +1. Es ist jetzt 10:35 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