On 26 Feb 2012, at 14:16, ik wrote:

> I'ved replaced it to
> 
> iphdr    = bitpacked record

This is wrong. The record is a C record, and hence follows {$packrecord c} 
rules. "bitpacked record" overrides any current {$packrecords x} setting. That 
is the reason why I used the nested bitpacked record.

> And now all of the problems that I continue to find gone away.

You may get lucky, but it's still wrong.


Jonas_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to