On 19 Jul 2012, at 12:21, [email protected] wrote:
> Unfortunately PACKED is not allowed on all suitable places; there should be
> packed set
There's the {$packset xxx} directive you can use.
> /array/record/
"packed array" and "packed record" both exist.
> object/class.
Both respect the current {$packrecords xxx} setting ("class" only since FPC
2.6.0). If you use {$packrecords 1}, there will be no gaps between the class
fields and hence nothing will ever be reordered either.
Jonas_______________________________________________
fpc-devel maillist - [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-devel