Problem with datagram socket

A

alberto.castellin

Hi to all,
I've this problem:
I create a datagram socket. I create datagram socket with function
'Create'. The line of my code when I create is:

m_pSocket->Create(port,SOCK_DGRAM,FD_READ | FD_WRITE | FD_OOB |
FD_ACCEPT | FD_CONNECT | FD_CLOSE,strAddress);

Now when I send, I' ve error in runtime at this line:

m_pSocket->SendTo(Response,dwSize,porttx,ipAddress);

the error is 'svchost: sink socket notification'. Where I make an
error??I can't find it!!
 
I

Ian Collins

Hi to all,
I've this problem:
I create a datagram socket. I create datagram socket with function
'Create'. The line of my code when I create is:

m_pSocket->Create(port,SOCK_DGRAM,FD_READ | FD_WRITE | FD_OOB |
FD_ACCEPT | FD_CONNECT | FD_CLOSE,strAddress);

Now when I send, I' ve error in runtime at this line:

m_pSocket->SendTo(Response,dwSize,porttx,ipAddress);

the error is 'svchost: sink socket notification'. Where I make an
error??I can't find it!!
It's at line 42 of what ever m_pSocket is.

No one here is psychic, what is m_pSocket?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,201
Messages
2,571,049
Members
47,655
Latest member
eizareri

Latest Threads

Top