The function

char buf1[25];
 receive_no = NetLibReceive (AppNetRefnum,socket_no,
buf1,StrLen(buf1),netIOFlagPeek, (NetSocketAddrType*)&ServerAddr, (unsigned
short *)sizeof(ServerAddr),50, &errP);

   if(receive_no<=0)
   {
   ErrDisplay("not received");
   }
   else
   ErrDisplay("received");

is giving WARNING of  "Directly Read from Low Memory" and is not receiving
data.

But NetLibSend is working fine as check it with my Java socket program. Pls
Suggest  me the solution.

thanks,
Sripriya

[EMAIL PROTECTED]


-- 
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