Try this..
char ucharOptValue[10];
result = NetLibSocketOptionSet(AppNetRefnum,
socket,
netSocketOptLevelSocket,
netSocketOptSockNonBlocking,
(void *)&ucharOptValue,
sizeof(void *),
-1,
&error);
--
For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
