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: | "twistedvoid" (postmast..@twistedvoid.com) |
| Date: | 28 Mar 2006 05:27:40 |
"Remy Lebeau \(TeamB\)" <no.spam@no.spam.com> wrote:
>
>"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.
Then that brings to question... why even use Tbytes if it's a known bug.
>Gambt