[fpc-pascal]XP=extreme pain in the butt

2003-09-17 Thread Alan Mead
Is there a win32 binary install kit for Lazarus? I see hints that Lazarus runs on Win32 but the download folders for Win32 are empty. (Apologies if I'm not supposed to ask about Lazarus here...) So I fetched the latest FPC win32 full install ZIP from the US mirror but when I clicked on the insta

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

2003-09-17 Thread Sebastian Günther
Georgi Georgiev schrieb: I think that if the socket (or file) is in nonblocking mode, count may be -1, and LinuxError=11 { Err_TryAgain } means that connection is OK, but there is no incoming data (input is not finished). okay that's right; I assumed that reading or writing is only done after s

Re: [fpc-pascal]INET-Unit: Testing existence of a domain?

2003-09-17 Thread Michael Weinert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Mittwoch, 17. September 2003 13:10 schrieb Rainer Hantsch: Sorry, I put in a mail in german, didn't check the receipient. So everybody got the resolv-unit ;-) Michael. - -- SysQuadrat Michael Weinert Stuttgart Filderst

Re: [fpc-pascal]INET-Unit: Testing existence of a domain?

2003-09-17 Thread Michael Weinert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Mittwoch, 17. September 2003 13:10 schrieb Rainer Hantsch: Hallo Rainer, oder besser Herr Hantsch, > Please, leave me copy of it by direct mail. This is quicker. > I must leave my office now for a while urgently, but when I am back, I will > proce

Re: [fpc-pascal]INET-Unit: Testing existence of a domain?

2003-09-17 Thread Rainer Hantsch
Hi, Michael! On Wed, 17 Sep 2003, Michael Weinert wrote: | Am Mittwoch, 17. September 2003 11:54 schrieb Rainer Hantsch: | Hi Rainer, | > I want to test inside my program if a domain does exist. I am not | > interested in the particular domain entries, only in its existence. | > For that I tried

Re: [fpc-pascal]INET-Unit: Testing existence of a domain?

2003-09-17 Thread Michael Weinert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am Mittwoch, 17. September 2003 11:54 schrieb Rainer Hantsch: Hi Rainer, > I want to test inside my program if a domain does exist. I am not > interested in the particular domain entries, only in its existence. > For that I tried the following, but i

[fpc-pascal]INET-Unit: Testing existence of a domain?

2003-09-17 Thread Rainer Hantsch
Hi! I want to test inside my program if a domain does exist. I am not interested in the particular domain entries, only in its existence. For that I tried the following, but it returns always false: --- function TestDomain: boolean; var

Re: [fpc-pascal]CGI and inet Units

2003-09-17 Thread Michael Van Canneyt
On Wed, 16 Sep 2003, Bob Richards wrote: > On Tue, 2003-09-16 at 15:47, [EMAIL PROTECTED] wrote: > > On 16 Sep 2003, Bob Richards wrote: > > > The uncgi and inet units are distributed with FPC. > > > > Surprised you don't find any links, becayse the following definitely work: > > http://www.free