Registriert seit: 11. Okt 2003
Ort: Elbflorenz
44.066 Beiträge
Delphi 12 Athens
|
Re: Union Übersetzung nach Pascal
12. Mär 2007, 16:26
Delphi-Quellcode:
// ab Delphi 6:
Type DWord64 = System.UInt64;
LargeWord = System.UInt64;
// und D1 bis D5:
Type DWord64 = Type System.Int64;
LargeWord = Type System.Int64;
Neuste Erkenntnis:
Seit Pos einen dritten Parameter hat,
wird PoSex im Delphi viel seltener praktiziert.
|