 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Xpher Guest
|
Posted: Mon Aug 07, 2006 3:31 am Post subject: EIdSocketError Undeclared Identifier |
|
|
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 |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Mon Aug 07, 2006 11:43 pm Post subject: Re: EIdSocketError Undeclared Identifier |
|
|
"Xpher cfranks.f9.co.uk>" <chris@<nospam> wrote in message
news:44d66dd1 (AT) newsgroups (DOT) borland.com...
| Quote: | With IdFtp am doing a try ... except block to catch EIdSocketError
but getting error Undeclared identifier EIdSocketError.
|
Add 'IdStack' to your uses clause.
| Quote: | Had no problem like this with Indy9.
|
Indy 10 has a very different unit structure than Indy 9 did.
Gambit |
|
| Back to top |
|
 |
chris Guest
|
Posted: Tue Aug 08, 2006 12:50 am Post subject: Re: EIdSocketError Undeclared Identifier |
|
|
Works. Many thanks.
On Mon, 7 Aug 2006 11:43:25 -0700, "Remy Lebeau \(TeamB\)"
<no.spam (AT) no (DOT) spam.com> wrote:
| Quote: |
"Xpher cfranks.f9.co.uk>" <chris@<nospam> wrote in message
news:44d66dd1 (AT) newsgroups (DOT) borland.com...
With IdFtp am doing a try ... except block to catch EIdSocketError
but getting error Undeclared identifier EIdSocketError.
Add 'IdStack' to your uses clause.
Had no problem like this with Indy9.
Indy 10 has a very different unit structure than Indy 9 did.
Gambit
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|