Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
“Inno-Setup Compiler”不知道 pascal 数据类型“QWord”。是否有相当于它的 64 位?
谢谢
目前 Inno Setup 中没有可用于 64 位无符号整数类型的直接类型。从 Inno Setup 5.5.3 Unicode 开始,Int64引入了该类型,但它是有符号的 64 位整数,同时QWORD需要是无符号的 64 位整数。
Int64
QWORD