File size calculation, Int64, and differences between 32bit and 64bit

后端 未结 5 1752
走了就别回头了
走了就别回头了 2021-01-19 06:27

I had problems with the following code:

var
  FileSize : Int64;
...
FileSize := Info.nFileSizeLow or (Info.nFileSizeHigh shl 32);

I expecte

5条回答
提交回复
热议问题