On Fri, 15 Aug 2003, [iso-8859-2] Balázs Csaba wrote:
> Ok, fine!
>
> So i can replace procedures that can use textfiles to use recv/send and
> select(). I am trying now... GOOD!
>
> Thx!
>
> Is select() existing in win32 platform?
It should exist in the winsock unit, I think. It's definitely i
Ok, fine!
So i can replace procedures that can use textfiles to use recv/send and
select(). I am trying now... GOOD!
Thx!
Is select() existing in win32 platform?
#Tsch : Balázs Csaba
>
>
>
> On Fri, 15 Aug 2003, [iso-8859-2] Balázs Csaba wrote:
>
> > Yes, maybe it is a text file problem, b
On Fri, 15 Aug 2003, [iso-8859-2] Balázs Csaba wrote:
> Yes, maybe it is a text file problem, but I cannot solve it. Did somebody
> make same program on win32?
> Could I try it with recv(), send()? In this case how can i detect the end of
> communication?
Normally, with select() you can determi
Yes, maybe it is a text file problem, but I cannot solve it. Did somebody
make same program on win32?
Could I try it with recv(), send()? In this case how can i detect the end of
communication?
#Tsch : Balázs Csaba
>
> > I found a problem at night, and ia cannot solve it in 5 hours.
> >
> > I w
On Fri, 15 Aug 2003, [iso-8859-2] Balázs Csaba wrote:
> I found a problem at night, and ia cannot solve it in 5 hours.
>
> I wrote the simple server side on linux (socket, bind, listen accept). I
> connect to this server with a simple Delphi5 client on port 2001 (i tried
> any other). The "w