Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Oct : Re: where is tidlist in latest indy10 snapshot?

www.cryer.info
Managed Newsgroup Archive

Re: where is tidlist in latest indy10 snapshot?

Subject:Re: where is tidlist in latest indy10 snapshot?
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Fri, 5 Oct 2007 10:03:48

"API" <ari.pikivirta@kolumbus.fi> wrote in message
news:4706634d$1@newsgroups.borland.com...

> on the latest snapshot, where is the tidlist

Nowhere.  It doesn't exist anymore.  Use the standard TList class instead.

> while there is no IdObjs unit anymore?

That is why TIdList doesn't exist anymore.  The IdObjs and IdSys units have
been completely removed from Indy.  The only reason they existed was to
provide cross-platform support to Indy, but we found better ways to handle
it so those units are no longer needed.

Why are you manually disconnecting the server's connections in the first
place?  You should not be doing that at all.


Gambit

Replies:

In response to:

www.cryer.info
Managed Newsgroup Archive