Zitat von
alzaimar:
Früher ging das mit
Delphi-Quellcode:
TBitFields = packed record
case Boolean of
False: ( x0, x1, x2, x3, x4, x5, x6, x7: Boolean);
True: ( x: Byte );
end;
sicher?
Boolean = 1 Byte (nicht 1 Bit)
Mindestens seit D4 hab ich da andere Erfahrungen.