Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Mar : Re: Indy9 <=> Indy10 differences...
| Subject: | Re: Indy9 <=> Indy10 differences... |
| Posted by: | "Bo Berglund" (bo.berglu..@telia.com) |
| Date: | Fri, 30 Mar 2007 07:35:57 |
On Fri, 30 Mar 2007 07:31:45 +0200, Bo Berglund
<bo.berglund@telia.com> wrote:
>However it can find the file just fine, if I right click the uses line
>and select "open file at cursor" it opens just fine and
>TIdAttachmentFile *is* declared there, so why the error....
My bad, it was the uses clause that was erroneous, or rather it was
*before* the include directive.
Moving
{$I IdCompilerDefines.inc}
right after implementation fixed the problem.
none