im using dssock (mswinsock-like control) ..... and im getting:
SOCK_ERR_NOTSOCK 21038 Socket operation on non-socket
as an error after about 30 mins into operation.... what could be bringing about this error... im not quite sure what it means....
Printable View
im using dssock (mswinsock-like control) ..... and im getting:
SOCK_ERR_NOTSOCK 21038 Socket operation on non-socket
as an error after about 30 mins into operation.... what could be bringing about this error... im not quite sure what it means....
Hi... I'm facing the same problem. Oddly, the error pops up when i create a dll only. Let me explain: when i run the project of my ActiveX dll, my application works fine. But when i create a dll of this project and have my app refer to this dll, it cause the Socket error on Non Socket error.
let me know if you get anything...