Hi all,
    I am trying to work with sockets on the Palm. I have a socket server setup 
on the Internet that i am trying to connect to. I created a PC version of the 
client software which connects fine. I converted it over to the PalmOS and I am 
a little confused on the way you define the PORT and ADDRESS?

I have a static char Address[] = "xx.xx.xx.xx" and a static UInt16 port = 55000

For the address, I convert it like I do on the PC, with  
NetLibAddrAToIN(AppNetRefnum, Address);

As for the port, I just assign it to it's place in NetSocketAddrINType

Then I call NetLibSocketConnect() and that is when the app freezes?

Can someone help?

Thanks

-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to