Thema: Delphi 2x Cardinal => 1x int64

Einzelnen Beitrag anzeigen

Benutzerbild von uligerhardt
uligerhardt

Registriert seit: 19. Aug 2004
Ort: Hof/Saale
1.746 Beiträge
 
Delphi 2007 Professional
 
#4

Re: 2x Cardinal => 1x int64

  Alt 8. Jun 2009, 09:19
Ungetestet:
Delphi-Quellcode:
uses SysUtils;

Int64Rec(AInt64).Hi := ACard1;
Int64Rec(AInt64).Lo := ACard2;
Uli Gerhardt
  Mit Zitat antworten Zitat