[fpc-pascal] fpwrite error

2011-06-20 Thread Lionel Drevon
Hello everybody, since i migrate to a 64bits hardware, i have compiled a old source with the last fpc 64 bits under linux. (due to an old 32 bits compiled software using in a 32 bits hardware, which have the same beahaviour...) I'have got some times an error during an fpwrite to a socket. (so

Re: [fpc-pascal] RTL documentation

2007-05-29 Thread Lionel Drevon
Cool i'm ready to reading this :) Since i'm work on a special interface to a smtp(mta) software in pascal for ours servers, i will be really hapopy to see more and more example for the socket section :) Michael Van Canneyt a écrit : On Sun, 27 May 2007, Francisco Reyes wrote: Is there

Re: [fpc-pascal] unit inet... for resolving dns

2006-12-15 Thread Lionel Drevon
i'have to phone to our isp.... Lionel Drevon wrote: Nice i try the netbd but i found a "bug",i use the testdns.pp provide in the directory of netbd. hostAddrtostr('www.adeli.fr') give the good 195.167.230.4 answer. but the H:=StrtoHostAddr('195.167.230.4'); L

Re: [fpc-pascal] unit inet... for resolving dns

2006-12-15 Thread Lionel Drevon
nly PTR Michael Van Canneyt wrote: On Thu, 14 Dec 2006, Lionel Drevon wrote: I found in the doc the inet unit, but i don't found it under my system nor on the web on page http://www.freepascal.org/packages/inet.html the link ftp://ftp.freepascal.org/pub/fpc/source/packages.zip seem to be

[fpc-pascal] unit inet... for resolving dns

2006-12-14 Thread Lionel Drevon
I found in the doc the inet unit, but i don't found it under my system nor on the web on page http://www.freepascal.org/packages/inet.html the link ftp://ftp.freepascal.org/pub/fpc/source/packages.zip seem to be broken! I need to resolv dns entry and i try the synapsys and the NS_Protokoll wh