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: | 27 Mar 2006 23:26:37 |
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'.