[twsocket] [Test] the list has moved to a new server

2005-07-16 Thread Francois PIETTE
It is possible that it take some time for DNS to propagate. OLD: www.elists.org -> 63.149.28.34 NEW: www.elists.org -> 64.34.172.189 -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinf

Re: Re[2]: [twsocket] error dnslookup

2005-07-16 Thread Arno Garrels
Wilfried Mestdagh wrote: > Hello Arno, > >> As I understand the OP he wants to do a reverse DNS lookup. >> As far as I know this is possible with TDnsQuery only. > > There is also a ReverseDNSLookup method. It will call also > OnDNSLookupDone when it is done. Indeed, good to know :) Arno Garrel

Re[2]: [twsocket] error dnslookup

2005-07-16 Thread Wilfried Mestdagh
Hello Arno, > As I understand the OP he wants to do a reverse DNS lookup. > As far as I know this is possible with TDnsQuery only. There is also a ReverseDNSLookup method. It will call also OnDNSLookupDone when it is done. --- Rgds, Wilfried http://www.mestdagh.biz -- To unsubscribe or change

Re: [twsocket] error dnslookup

2005-07-16 Thread Arno Garrels
Wilfried Mestdagh wrote: > Hello, > >> the ip, if it is ip it should give me host, but it does not, it works >> only with hosts > > Not exacly. If you call it with IP then DNSLookupDone is just called > immediatly with the IP address. Only if you pass it a hostname then a > DNS lookup is done in

Re: [twsocket] error dnslookup

2005-07-16 Thread Wilfried Mestdagh
Hello, > the ip, if it is ip it should give me host, but it does not, it works > only with hosts Not exacly. If you call it with IP then DNSLookupDone is just called immediatly with the IP address. Only if you pass it a hostname then a DNS lookup is done in background and OnDNSLookupDone is calle

Re[2]: [twsocket] No connection with TCP/IP over VPN

2005-07-16 Thread Wilfried Mestdagh
Hello Menno, > As for the Telnet experiment: the controller that is on > the other end of the line only supports TCP/IP; it's not a PC or I meant not to communicate with the other end, just to see if connection can be etablished from that machine to the device. > back to 8. The only error that

Re[2]: [twsocket] Bind Exceptions

2005-07-16 Thread Wilfried Mestdagh
Hello Wesley, > will the OnBgException catch the error and allow me to properly deal OnBGException means On Background Exception. It is exception coming from the middle of nowhere, that is: the message pump. Normally I have there an event handler to close the socket. In OnSessionClosed I reopen w