Re: DNS (Euphoria 4.0)
- Posted by Kebs Mar 02, 2011
- 1516 views
I managed to figure some of it out. I slapped together a custom include with basic DNS lookup functions that return just the IP, but now I get the following errors:
c:\euphoria\bin\nettest.ex:18 <0074>:: Errors resolving the following references: nettest.ex (18): lookup
printf(2, "%s", {lookup(address)})
If I can just get this ironed out, I think I can carry on.
EDIT: I forgot entirely about the global/export option. Problem solved.