Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : EIdSocketError Undeclared Identifier
| Subject: | EIdSocketError Undeclared Identifier |
| Posted by: | "Xpher" (chris@ |
| Date: | Sun, 6 Aug 2006 23:31:43 |
Using Indy10 and D7
With IdFtp am doing a try ... except block to catch EIdSocketError but
getting error Undeclared identifier EIdSocketError.
Am I missing something. Had no problem like this with Indy9.
My Uses clause contains:
IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient,
IdExplicitTLSClientServerBase, IdFTP, IdFTPList,IdAllFTPListParsers,
IdReplyRFC, IdFtpCommon, IdIntercept, IdLogBase, IdLogEvent,
IdIOHandler, IdIOHandlerSocket, IdIOHandlerStack, IdException