Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Jan : Re: Looking for very basic indy 10 server examples
| Subject: | Re: Looking for very basic indy 10 server examples |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Thu, 24 Jan 2008 11:01:40 |
"Mark Smith" <marksmith@jungle-monkey.com> wrote in message
news:4797fd93@newsgroups.borland.com...
> I've got as far as this now. It tells me
>
> "[DCC Error] ServerTest.dpr(10): E2003 Undeclared identifier:
> 'TIdPeerThread'"
>
> So, where is TIdPeerThread defined?
There is no TIdPeerThread in Indy 10. It was replaced with TIdContext.
Gambit