> Well there is always libCurl. I've looked this over
> and it looks quite thourough check it out.
LibCurl doesn't expose it's DNS functions directly.
Earlier versions use basically the same system calls as your pascal
program would. However, the more recent versions of libcurl have a
compil
-Original Message-
From: Rainer Hantsch [mailto:[EMAIL PROTECTED]
Sent: Thursday, February 26, 2004 1:57 AM
To: Free Pascal Group
Subject: [fpc-pascal]Better/full internet-support in FPC on Linux?
Hello!
Some time ago I tried to write a program which should work with nameservers
to
che
> Some time ago I tried to write a program which should work with
> nameservers to check if forward and reverse lookup give the same
> result. Should basically do the same what "host" and/or "nslookup" can
> do, but be implemented so that I do not have to execute external
> programs all the time.
>