Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.964 Beiträge
 
#1

IntToHex for UInt64 in Delphi

  Alt 29. Jul 2020, 14:00
Just in case I ever need this again: (Delphi 2007 does not have IntToHex for UInt64.) Note: This works only for 32 bit compilers. For 64 bit, you must replace UInt32 with NativeUInt (or UInt64) in the first line (untested). Since unfortunately the NativeUInt declaration in Delphi 2007 is wrong, I cannot simply use NativeUInt [...]

Weiterlesen...
  Mit Zitat antworten Zitat