Thema
:
Umwandlung von 4 Bytes in 1 LongWord (Stichwort MD5)
Einzelnen Beitrag anzeigen
Klaus01
Registriert seit: 30. Nov 2005
Ort: München
5.768 Beiträge
Delphi 10.4 Sydney
#
3
AW: Umwandlung von 4 Bytes in 1 LongWord (Stichwort MD5)
9. Jan 2015, 21:38
das könnte im Prinzip damit funktionieren
markieren
Delphi-Quellcode:
type
TFoo =
packed
record
case
Boolean
of
true: (ByteArray:
Array
[0..3]
of
Byte);
false: (lword: LongWord);
end
;
Grüße
Klaus
Klaus
Zitat
Klaus01
Öffentliches Profil ansehen
Mehr Beiträge von Klaus01 finden