Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Apr : When compiling SuperCore it gives an "Undeclared identifier: 'TidStreamVCL' erro
| Subject: | When compiling SuperCore it gives an "Undeclared identifier: 'TidStreamVCL' erro |
| Posted by: | "PeaShooter_OMO" (jacquesv..@homemail.co.za) |
| Date: | Mon, 16 Apr 2007 09:44:45 |
Hi
I use D7
I downloaded the latest Indy (it seems to be 10.1.6) from the Devsnapshot
from the indyproject site and when I compiled either the SuperCore packages
it gave the following error msg in the IdIOHandlerChain.pas file:
Undeclared identifier: 'TidStreamVCL'
It happens on the following line in TIdIOHandlerChain:
procedure ReadStream(AStream: TIdStreamVCL; AByteCount: Int64;
AReadUntilDisconnect: Boolean); override;
I tried to find TIdStreamVCL in all files in all four source folders but
with no success. The only thing I could find was TIdStreamHelperVCL in the
unit IdStreamVCL
I am sure I am missing something here
I would be grateful if someone could point me in the right direction
Thank you