|
Post by Roger on Sept 22, 2005 14:17:18 GMT -5
Hi, Why would this error occur? How can we fix?
Using VCL Lite 223. Seems there is plenty of space on disk. TempPath = ''.
Works fine if running on local machine, but from a network machine, error occurs.
Thanks. Roger
|
|
|
Post by Kevin on Sept 25, 2005 16:23:46 GMT -5
Are you using an older version of Delphi? I forget which version it starts at, but the call to DiskFree does not handle disks > 2 gig for earlier versions of Delphi, it will always return a negative for disks with greater than 2 gigs free disk space.
Kevin
|
|