Jonas Maebe wrote:


M:> But how are members of packed records accessed ?


Just like members of regular records. The difference is that there are simply no alignment bytes between the different fields of the record.


If you've to access an unaligned member, you've to use a move as you do in C, where a memcpy is used.


_______________________________________________
fpc-devel maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-devel

Reply via email to