【发布时间】:2012-11-28 11:19:54
【问题描述】:
如何在 Delphi XE3 中将 String 转换为 LongInt? strtoInt & strToint64 用于小于 LongInt 类型的变量。
【问题讨论】:
-
你说的是哪个平台?在 Win32 和 Apple32 平台上,Int64 是 LongInt 的 2^32 倍。不过不记得 Win64 了
-
我说的是windows,win32和64的重载版本
-
LongInt 在所有平台上都是 32 位整数!
标签: delphi delphi-xe3