i am getting a Invalid typecast error from the below delphi code

前端 未结 0 1269
小蘑菇
小蘑菇 2021-01-21 15:39
function FileSize64(var F : File): Int64;
var
ph :_stat;
pl:longword;
begin
pl := fstat(TFileRec(f).Handle, ph);
if (pl = $ffffffff) and (GetLastError <> 0) then
C         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题