Re: [fpc-devel] TFPList.Pack

2006-10-07 Thread Peter Vreman
At 09:36 4-10-2006, you wrote: Peter Vreman wrote: Micha Nelissen wrote: Hi, psrc:[EMAIL PROTECTED], is this correct ? Shouldn't it be FList^, since FList is a pointer to an array of pointers ? It is correct. It is the address of the first pointer in the array of pointers. Conceptually, it

Re: [fpc-devel] TFPList.Pack

2006-10-04 Thread Micha Nelissen
Peter Vreman wrote: Micha Nelissen wrote: Hi, psrc:[EMAIL PROTECTED], is this correct ? Shouldn't it be FList^, since FList is a pointer to an array of pointers ? It is correct. It is the address of the first pointer in the array of pointers. Conceptually, it is wrong. On the implementation

Re: [fpc-devel] TFPList.Pack

2006-10-04 Thread Peter Vreman
> Micha Nelissen wrote: >> Hi, >> >> psrc:[EMAIL PROTECTED], 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

Re: [fpc-devel] TFPList.Pack

2006-10-03 Thread Micha Nelissen
Micha Nelissen wrote: > Hi, > > psrc:[EMAIL PROTECTED], 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. Micha ___ fpc-devel mai

[fpc-devel] TFPList.Pack

2006-10-03 Thread Micha Nelissen
Hi, psrc:[EMAIL PROTECTED], is this correct ? Shouldn't it be FList^, since FList is a pointer to an array of pointers ? Micha ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel