Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Mar : Re: indy 10... a piece of crap
| Subject: | Re: indy 10... a piece of crap |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Tue, 28 Mar 2006 04:19:32 |
"twistedvoid" <postmaster@twistedvoid.com> wrote in message
news:4428e52d$1@newsgroups.borland.com...
> Furthermore, I can't even intercept what the log intercepts
> because when you doubleclick on the idlogfile.onreceive event
> to create a new procedure you get this:
>
> procedure IdLogFile2Receive(ASender: TIdConnectionIntercept; var
ABuffer: TBytes);
> begin
> showmessage('This really sucks.');
> end;
>
> Try to compile it and 'undeclared identifier Tbytes'.
That is a known Delphi bug, not an Indy one.
Gambt