[fpc-devel] The usage of Include() doesn't work any more in 2.3.1

Micha Nelissen micha at neli.hopto.org
Wed Jul 16 09:37:56 CEST 2008


Graeme Geldenhuys wrote:
> WindowAttributes are defined as follows:
> 
> ...
>   property WindowAttributes: TWindowAttributes read FWindowAttributes
> write FWindowAttributes;
> ...

It's the same thing as mentioned before, FPC now guarantees you can 
change that into GetWindowAttributes function. If this is the case, then 
you can't take the address anymore of a variable, because that doesn't 
exist. Include() "implementation" takes the address, then modifies it to 
add to it.

Micha



More information about the fpc-devel mailing list