
11 Aug
2008
11 Aug
'08
1:37 p.m.
error 10009 probably means that the handle of your socket is invalid. Maybe, the socket object is destroyed? Put a breakpoint at MulticastServer destructor and look when you come there and why... 2008/8/9, John Urberg <john-urberg@idexx.com>:
I'm using boost asio to send out multicast hailing messages every 15 seconds from an ActiveX control using boost 1.35.0 and VC9. I had a proof of concept ActiveX working fine, but in my production ActiveX, I'm able to send the first message successfully, but every subsequent message returns a 10009 error.