On Sun, Feb 26, 2012 at 15:19, Jonas Maebe <[email protected]> wrote: > > 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.
I understand, so I'll change it, to your way > > > Jonas_______________________________________________ > fpc-pascal maillist - [email protected] > http://lists.freepascal.org/mailman/listinfo/fpc-pascal _______________________________________________ fpc-pascal maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-pascal
