recvfrom() - blocked in Win CE 4.2
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
This call is waiting infinitely and the application never comes to next line. I'm using UDP sockets. The data has been sent successfully to server. But I'm facing problem while receiving it. I tested on both smartphone emulator and real device(samsung). In both targets application is crashing when it reaches this line. Any idea why it's happening. Your help is greatly appreciated. i = recvfrom(s1,packetbuffer,sizeof(packetbuffer),0,(SOCKADDR *)&addr,&cbRemoteAddrSize); Zxczc -- modified at 5:16 Tuesday 15th November, 2005