[fpc-devel] TFPList.Pack

Peter Vreman peter at freepascal.org
Wed Oct 4 09:13:57 CEST 2006


> Micha Nelissen wrote:
>> Hi,
>>
>> psrc:=@FList[0], is this correct ? Shouldn't it be FList^, since FList
>> is a pointer to an array of pointers ?
>
> Sorry, fpc 2.1.1, compiler/cclasses.pas. Same story for TFPHashList.Pack
> btw.

It is correct. It is the address of the first pointer in the array of
pointers.






More information about the fpc-devel mailing list