Phil Prentice <philp.cheer@xxxxxxxxxxxxxx> writes: > Is there any way of making the compiler only pack the structures > that require packing? Specify the "packed" attribute them, see "Specifying Attributes of Types" in the compiler documentation.
Phil Prentice <philp.cheer@xxxxxxxxxxxxxx> writes: > Is there any way of making the compiler only pack the structures > that require packing? Specify the "packed" attribute them, see "Specifying Attributes of Types" in the compiler documentation.