Board index » delphi » D3: confirm SYSTEM bug?
Stefan.Hoffmeis...@Uni-Passau.de (Stefan Hoffmeister)
![]() Delphi Developer |
Tue, 02 Nov 1999 03:00:00 GMT
D3: confirm SYSTEM bug?Hi, first of all the following statement from the Delphi 3 <quote> var ErrorAddr: Pointer; When testing ErrorAddr in the finalization section it *always* is I believe this to be a bug in SYSTEM.PAS which in routine if ErrorAddr <> nil then Interestingly it appears as if "ErrorAddr := nil" has been added I have no idea how Delphi 2.0(1) performs here, but Delphi 1 does Any confirmations or thoughts? If this turns out to be a bug I will post an edited description |