Just in case you are maintaining Delphi code for several older versions of Delphi: Be aware that the declarations of NativeInt and NativeUInt are wrong in some of them. Delphi version SizeOf(Native(U)Int)
Win32 SizeOf(Native(U)Int) Win64 7 to 2007 8 ← this is wrong 2009 to XE 4 XE2 to XE8 4 8 10.x 4 8
[...]
Weiterlesen...