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