Hi,
Die
OH sagt:
function DiskFree(Drive: Byte): Int64;
Also nimm am besten Int64.
Und zur Ausgabe, wenn du eh kein "Disk Free" usw. davorstehen haben willst, nimm doch einfach IntToStr statt Format:
label1.Caption := IntToStr(FreeSpace);
Ansonsten bei Ganzzahlen Format mit %d statt %n.
Mfg
FAlter