>----- Original Message ----- > > I've got an application which connects to a socket on a server, and then > when that socket is ready to write to (determined using NetLibSelect()), the > app writes a logon message to the server. This all works fine using POSE > using a Visor Prism Debug ROM, using NetLib redirected to host. > > However, now I've got it working on POSE, I'm moving to a real Visor Prism > using the Xircom SpringPort 802.11b module. The module is the US version, > and I've upgraded it to SW 1.13 / FW 3.82. Now when I run my app, the > socket connects fine but NetLibSelect() never reports that the socket is > ready to write. >
I've fixed this now. And it was just me forgetting how sockets work - DOH! When doing the NetLibSelect(), I'd forgotton to add one to the 'width' parameter after assigning it to equal the higest socket number. Once I'd fixed that, things began to work. Apologies for anyone's time I wasted. Cheers Russell -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
