[fpc-pascal]Apple Mac pointer problem

Jonas Maebe jonas at zeus.ugent.be
Sun Sep 26 14:43:04 CEST 2004


On 24 sep 2004, at 18:46, Skybuck at home.nl wrote:

> testData = record
>    testIndex :  packed array [0..12] of integer;
> end;
>
> Wouldn't that solve any alignment problems ?
>
> Or doesn't free pascal have a 'packed' directive ?

It does, but it only works for individual records. It's ignored for 
arrays.


Jonas





More information about the fpc-pascal mailing list