I am running into some problems with some network programming I am doing
for the Palm.
I am going off of the example in the Palm Oreilly book. I declare:
struct in_addr *addr;
struct sockaddr_in address;

and I do :

addr = atoaddr("www.stetson.edu");
Just like in the book.
However when that happens I get read from zero, accessing unlocked memory,
and a few other errors.

Anyone know what is happening here? 
The Palm book doesn't declare any memory for addr in the example.

thanks
--patrick


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to