[fpc-pascal]Sockets

Peter H.M. Brooks peter at new.co.za
Sun Aug 18 10:16:57 CEST 2002


> On Sunday 18 August 2002 00:19, you wrote:
> > If someone have sothing like this I would be pleased too. I have
> > already tried to do something like this and fall. The client connect
> > to the server, send the first packet, close the connection, reopen
> > another connection, and send another packet. At this point the server
> > only receive garbage :-(
>
> I have similar problem years ago :') Try this:
> http://free.polbox.pl/s/szdowk/vsapass
>
>
I had a look at this one, but it only runs under linux. Setting up and using
sockets in linux is easy - actually you don't even need to do it, simply
have your code called by inetd and it will do all the socket work for you.

In windows, since its networking is such a mess, it is more difficult.
Unfortunately I do need to get sockets working for windows 2000.

Peter





More information about the fpc-pascal mailing list