Re: [fpc-pascal]/usr/bin/ld: cannot find -lgd errorr

2003-10-01 Thread Georgi Georgiev
--- 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

Re: [fpc-pascal]Nonblocking socket - end of socket

2003-09-16 Thread Georgi Georgiev
--- 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

Re: [fpc-pascal]Nonblocking socket - end of socket

2003-09-16 Thread Georgi Georgiev
--- 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