Thanks for the quick response Francois.
OK, I will dig deeper in my code to find the cause of the error.
/John
--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be
> On some platforms my applications halts with the following error message:
> Error 10022 in function
> WSAAsyncSelect
> Invalid argument
This means WSAAsyncSelect winsock function received an invalid argument. This
can only be possible
when the socket has been closed outside of the component. Th
On some platforms my applications halts with the following error message:
Error 10022 in function
WSAAsyncSelect
Invalid argument
I think it may be due to how the IP socket is created, based on the
following info I found on Microsofts web site:
The Winsock 2 socket flag WSA_FLAG_OVERLAPPED needs t