--- Andy Sy <[EMAIL PROTECTED]> wrote: > I've noticed
that in many of the example programs
> that
> come with FreePascal, trying to compile them results
> in
> an link error where ld claims it cannot find a
> particular
> library (I'm getting one for gd) even though the
> corresponding library fil
--- Sebastian_Günther <[EMAIL PROTECTED]> wrote: >
Georgi Georgiev schrieb:
>
> > There is another way, if you use file descriptor
> calls
> > for non-blocked socket:
> >
> > ...
> > count:=fdRead(socket,data,size);
> > socket_eof:=(count
--- Michael Van Canneyt <[EMAIL PROTECTED]>
wrote: >
>
> On Tue, 16 Sep 2003, [iso-8859-2] Balázs Csaba
> wrote:
>
> > I use non-blocking socket (after initialization i
> used the fcntl function).
> > Accept does not waiting for client connection, so
> i need not use threads, I
> > can make it