[fpc-devel] FPC_REQUIRES_PROPER_ALIGNMENT

Olle Raab olle.r at automagika.se
Sun Oct 17 02:07:04 CEST 2004


04-10-16 19.40, skrev Chess Player följande:

> If packed records are such a problem, don't use packed records.  We're not
> programming for computers with 640kb of RAM.

"packed" is sometime used to make the binary representation of the record
more predictable, which you might need if you mix fpc with other languages
or want to save the data to disk. Of course you can only rely on this at
your own risque.

And the Mac OS Universal Interfaces uses "packed" a lot.

Olle





More information about the fpc-devel mailing list