Resource unavailable from recvfrom function:Error Code 10035

Hi all,

I am trying to receive data on program from another program running on the same windows 7 pc through sockets. For this i have made two separate program, one for sending and other for receiving. I have used exactly same code that is available on MSDN for sendto and recvfrom functions. send program is showing success but receive program is waiting indefinitely.when i put the receive socket in non blocking mode i am receiving error code 10035. Is there any stem setting i have to do like firewall or any thing. Although after disabling firewall i am getting same error.
Here is the link for sendto and recvfrom function http://msdn.microsoft.com/en-us/library/windows/desktop/ms740148(v=vs.85).aspx and http://msdn.microsoft.com/en-us/library/windows/desktop/ms740120(v=vs.85).aspx respectively.

Can any one please help.

Regards

Mahendra
Topic archived. No new replies allowed.