Re: Errors resolving the following references
- Posted by jeremy (admin) Sep 28, 2009
- 1170 views
Thomas said...
When trying the following code with eui r2883 i get this
-- include std/net/dns.e object result result = dnsquery("yahoo.com",NS_T_MX,0)
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?
dnsquery doesn't exist. I think it's in the docs on accident. It was there before we did the port to C but has not been converted yet.
Jeremy