(Gast)
n/a Beiträge
|
Re: Union Übersetzung nach Pascal
13. Mär 2007, 11:07
Zitat von himitsu:
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;
Haeh?
In welcher Unit ist das deklariert?
|
|
Zitat
|