Re: [fpc-pascal] FPC 3.3.x breaks the Firebird Project's Firebird.pas

2024-06-18 Thread Benito van der Zander via fpc-pascal
Hi, This field was introduced for Delphi compatibility: The implementation of TMonitor requires this data. Delphi has this field as well but "hides" the field behind all other actually declared fields. If you examine the actual memory size allocated for TObject, you'll see that an extra fi

Re: [fpc-pascal] FPC 3.3.x breaks the Firebird Project's Firebird.pas

2024-06-18 Thread Michael Van Canneyt via fpc-pascal
On Tue, 18 Jun 2024, Benito van der Zander via fpc-pascal wrote: Hi, This field was introduced for Delphi compatibility: The implementation of TMonitor requires this data. Delphi has this field as well but "hides" the field behind all other actually declared fields. If you examine the