[twsocket] Winsock-Error 'Invalid Parameter' (10022) under Win98

2007-12-05 Thread aramax
Hello I'm using the ICS and Delphi 4 to test the mail-send demo on an system with Win98SE. When attempting to connect to the mailserver it throws the winsock error 'Invalid Parameter' (10022). Causing this the version of the winsock-dll? Installed: ws2_32.dll / 4.10. On an XP-system it work

Re: [twsocket] Winsock-Error 'Invalid Parameter' (10022) under Win98

2007-12-06 Thread aramax
Hello Arno Garrels, thank you for your prompt answer. The exception 'WSAAsyncSelect 10022 Invalid Argument' is fired at the line below: procedure TCustomWSocket.Connect; ... FSelectEvent := FD_READ or FD_WRITE or FD_CLOSE or FD_ACCEPT or FD_CONNECT; iStatus :=