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
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
On Sat, 4 May 2024, Tony Whyman via fpc-pascal wrote:
Michael,
I believe that the diplomatic answer to your response is that it is
"disappointing". This is a serious problem and needs to be discussed.
Thank you for being diplomatic.
Interfaces between modules written in different progr
Michael,
I believe that the diplomatic answer to your response is that it is
"disappointing". This is a serious problem and needs to be discussed.
Interfaces between modules written in different programming languages or
even built with different compilers are never easy and depend on having
On Thu, 2 May 2024, Tony Whyman via fpc-pascal wrote:
This is a problem reported to me by an IBX user. I have not yet confirmed it
(need to find the time to set up the latest development branch of FPC), but
the issue looks solid, and is due to the following addition to TObject
(copied from