Re: Strange hint: Inline function 'DeleteFile' has not been expanded??
- From: Old Fan <Noway@xxxxxxxxxxxxxxx>
- Date: Tue, 20 May 2008 21:13:15 +0200
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
.
- Follow-Ups:
- References:
- Prev by Date: Strange hint: Inline function 'DeleteFile' has not been expanded??
- Next by Date: Re: Strange hint: Inline function 'DeleteFile' has not been expanded??
- Previous by thread: Strange hint: Inline function 'DeleteFile' has not been expanded??
- Next by thread: Re: Strange hint: Inline function 'DeleteFile' has not been expanded??
- Index(es):