On Fri, 14 Dec 2001, Rainman wrote: > However, when I try to develop my app using netlib, I run into the > problem of there not being a DNS server available. Thus when a > connection is trying to be made, no host can be looked up. If there > isn't a dns server available in ad-hoc mode, how can a connection be > made through netlib?
You have IPs, so use the IPs. No DNS is required for that. You can use NetLibAddrAToIN to translate an IP address string to the data type you need to connect with. ---------------------------------------------------------------------- Brian Smith // [EMAIL PROTECTED] // http://www.arthurian.nu/ Software Developer // Gamer // Webmaster // System Administrator -= We are dyslexic of Borg - Your ass will be laminated =- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
