Re: Errors resolving the following references
- Posted by mattlewis (admin) Sep 28, 2009
- 1235 views
Thomas said...
mydns.exw:4 <0074>:: Errors resolving the following references: mydns.exw (4): dnsquery result = dnsquery("yahoo.com",NS_T_MX,0) ^
Am i doing somthing wrong or is it a bug?
If you take a look at std/net/dns.e, you can see that dnsquery() (and, indeed, most of the file) has been commented out. Looking at the commit log for dns.e, I found this:
r1619 | jeremy_c | 2009-04-01 05:45:58 -0400 (Wed, 01 Apr 2009) | 6 lines * net/http.e and net/dns.e back to base functionality. dns.e has only gethostbyname and gethostbyaddr, however much more functional than previous implementations. http.e does have get_http_use_cookies commented out as it needs more work. * tests of dns/http are now functional again
I suspect there were some issues getting it to work in a cross platform way, though I haven't really worked on the network stuff, so I think we'll have to wait for Jeremy to comment. Also, the dns documentation omits any mention of dnsquery().
Matt