[Gambas-user] DnsClient not working?

2014-11-21 Thread T Lee Davidson
Greetings, Either I am doing something wrong, my network config is amiss (LAN with DNS server set to router's IP), or DnsClient is not working. Exec [host, Domain] works. But, both DnsClient.GetHostName and DnsClient.GetHostIP return null for a valid, resolvable host. Project attached. By

Re: [Gambas-user] DnsClient not working?

2014-11-21 Thread Benoît Minisini
Le 21/11/2014 23:06, T Lee Davidson a écrit : Greetings, Either I am doing something wrong, my network config is amiss (LAN with DNS server set to router's IP), or DnsClient is not working. Exec [host, Domain] works. But, both DnsClient.GetHostName and DnsClient.GetHostIP return null for a

Re: [Gambas-user] DnsClient not working?

2014-11-21 Thread T Lee Davidson
On 11/21/2014 05:19 PM, Benoît Minisini wrote: Le 21/11/2014 23:06, T Lee Davidson a écrit : Greetings, Either I am doing something wrong, my network config is amiss (LAN with DNS server set to router's IP), or DnsClient is not working. Exec [host, Domain] works. But, both