Newsgroups : Borland : borland.public.delphi.internet.winsock : 2008 Mar : Re: TServersocket

www.cryer.info
Managed Newsgroup Archive

Re: TServersocket

Subject:Re: TServersocket
Posted by:"johnnyf1nk" (johnnyf1..@gmail.com)
Date:Wed, 5 Mar 2008 20:35:48

I guess I need to recheck my code cause I just created a blank project put a
socket on it made the connection and this time was able to write to the
socket with out getting an error, so I guess there is some thing in my code
on the other one that was preventing a connection from forming or keeping it
from staying connected or some thing.

That's helpful information though, I've been looking at example source from
planetsourcecode.com unfortunatly I haven't really been getting it the
people uploading things there are pretty netorious for being bad at
commenting code so I didn't know it worked that way. was almost figuring it
worked the way it did in vb to an extent.

either one socket listens and passes an accept to another socket. or the
same sock does both but you had to manualy accept the connection....

I need to find a better site to get tutorials and samples from I guess heh,
thanks for the information


"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:47cd936b$1@newsgroups.borland.com...
>
> "johnnyf1nk" <johnnyf1nk@gmail.com> wrote in message
> news:47cd41eb$1@newsgroups.borland.com...
>
>> How do you go about accepting an incomming connection
>> using TServerSocket control
>
> It handles that for you automatically.  You do not have to do anything for
> it.
>
>
> Gambit

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive