Re: [fpc-pascal] Some features I use daily in FPC I hope never go away!

2007-02-22 Thread Marc Santhoff
Hi, Am Donnerstag, den 22.02.2007, 13:18 -0500 schrieb Jason P Sage: > I Hope the following never goes away - I use this stuff all the time! > > Types > - > Cardinal, Pointer, Integer > Always evaluate to the endian in use. > SizeOf(Cardinal)=SizeOf(Pointer)=SizeOf(Integer) > > > Offsets

Re: [fpc-pascal] Some features I use daily in FPC I hope never go away!

2007-02-22 Thread Daniƫl Mantione
Op Thu, 22 Feb 2007, schreef Jason P Sage: > I Hope the following never goes away - I use this stuff all the time! > > Types > - > Cardinal, Pointer, Integer > Always evaluate to the endian in use. > SizeOf(Cardinal)=SizeOf(Pointer)=SizeOf(Integer) This isn't true: * Cardinal: is always a

[fpc-pascal] Some features I use daily in FPC I hope never go away!

2007-02-22 Thread Jason P Sage
I Hope the following never goes away - I use this stuff all the time! Types - Cardinal, Pointer, Integer Always evaluate to the endian in use. SizeOf(Cardinal)=SizeOf(Pointer)=SizeOf(Integer) Offsets --- If I have a record or a class - and dereference the pointer "nil" I can always get