On Sat, 27 Apr 2002, Nihar Desai wrote: > I open as socket, bind(port 3000) it and connect to a server using > netlib calls on form open.
Why are you binding a socket that you're going to use to connect to something else? You only do that to a TCP socket when you're going to listen for connections... usually, anyway. ----------------------------------------------------------------------- Brian Smith // avalon73 at arthurian dot nu // http://www.arthurian.nu/ Software Developer // Gamer // Webmaster // System Administrator I used to be schizophrenic, but we're alright now. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
