Einzelnen Beitrag anzeigen

Klaus01

Registriert seit: 30. Nov 2005
Ort: München
5.755 Beiträge
 
Delphi 10.4 Sydney
 
#3

AW: Umwandlung von 4 Bytes in 1 LongWord (Stichwort MD5)

  Alt 9. Jan 2015, 20:38
das könnte im Prinzip damit funktionieren
Delphi-Quellcode:
type
   TFoo = packed record
     case Boolean of
       true: (ByteArray: Array[0..3] of Byte);
       false: (lword: LongWord);
   end;
Grüße
Klaus
Klaus
  Mit Zitat antworten Zitat