Hi Roman, Bitfields are supposed to be packed into a word (i.e., an int). If you want them to be packed into something smaller (or larger), you have to do it yourself using masks and shifts to read/write. HTH, --Eljay
Hi Roman, Bitfields are supposed to be packed into a word (i.e., an int). If you want them to be packed into something smaller (or larger), you have to do it yourself using masks and shifts to read/write. HTH, --Eljay