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: [twsocket] error dnslookup

2005-07-15 Thread Develop ics
EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Develop ics" <[EMAIL PROTECTED]> To: Sent: Friday, July 15, 2005 6:54 PM Subject: [twsocket] error dnslookup Hi I've a problem with TWSocket when i want to use dnslookup with an ip number. If i give

Re: [twsocket] error dnslookup

2005-07-15 Thread Francois PIETTE
te.be - Original Message - From: "Develop ics" <[EMAIL PROTECTED]> To: Sent: Friday, July 15, 2005 6:54 PM Subject: [twsocket] error dnslookup Hi I've a problem with TWSocket when i want to use dnslookup with an ip number. If i give it a host as parameter, it res

[twsocket] error dnslookup

2005-07-15 Thread Develop ics
Hi I've a problem with TWSocket when i want to use dnslookup with an ip number. If i give it a host as parameter, it resolves it, but if i give it an ip number it does nothing, i saw in ICS's DnsLook.dpr sample project that if i pass an ip it resolves nice I've a list of hosts and IPs and I pas