Err SocketSetupNonBlocking()
{
Err result;
Boolean flag=true;
return(NetLibSocketOptionSet(AppNetRefnum, socket, 
netSocketOptLevelSocket,netSocketOptSockNonBlocking,&flag, sizeof(flag), 0, 
&result));
}
Try it like this and u set the socket before connection and after the opening 
its works well ....
-- 
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to