> However, on the receving side of things, if I do this:
>
> ExgSocketType est;
>  MemSet (&est, sizeof(ExgSocketType), 0);
>  err = ExgAccept (&est);

You shouldn't create the socket on the receiving side. It's passed to you in
the command parameter block of the sysAppLaunchCmdExgReceive launch code.
--
Danny Epstein
OS Engineer, Palm Inc.


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

Reply via email to