Re: Strange hint: Inline function 'DeleteFile' has not been expanded??



Ikke wrote:


[Pascal Hint] project.dpr(102): H2443 Inline function 'DeleteFile' has not been expanded because unit 'Windows' is not specified in USES list

If I try to add the Windows unit, I get all sorts of errors on other lines.


There exists a SysUtils.DeleteFile() and a Windows.DeleteFile().

If you don't need Windows.pas for other purposes, stick to SysUtils.

Also see:
<http://www.codeverge.net/item.aspx?item=72674>

HTH,

--
Cheers - Old Fan


.