Re: [twsocket] Should next ICS version support anything before Delphi XE ?

2012-03-28 Thread Eugene Kotlyarov
We are using only XE2 currently -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of François Piette Sent: 28-Mar-12 11:59 To: ICS support mailing Subject: [twsocket] Should next ICS version support anything before Delphi XE ? Hi ! I'

Re: [twsocket] Hang in TIcsWndControl.ProcessMessages

2011-07-12 Thread Eugene Kotlyarov
> I call it like this, the only event that is called is SslShutDownComplete > which > sets FSSLShutdownComplete property, I don't have any other event > processing here > > FSocket.Shutdown(SD_BOTH); > > EndTime := GetTickCount + FTimeout; > while {$IFDEF USE_SSL} not FSSLShutdownComplete {$EL

Re: [twsocket] Hang in TIcsWndControl.ProcessMessages

2011-07-12 Thread Eugene Kotlyarov
>>> Does anyone have ideas why TIcsWndControl.ProcessMessages could >>> hang sometimes when socket is used in separate thread? > >>Have you followed the rules: create TWSocket within the thread's execute >>method OR call ThreadAttach ? > > Yes socket is created within threads execute method, and it

Re: [twsocket] Hang in TIcsWndControl.ProcessMessages

2011-07-07 Thread Eugene Kotlyarov
>> Does anyone have ideas why TIcsWndControl.ProcessMessages could >> hang sometimes when socket is used in separate thread? >Have you followed the rules: create TWSocket within the thread's execute >method OR call ThreadAttach ? Yes socket is created within threads execute method, and it works

[twsocket] Hang in TIcsWndControl.ProcessMessages

2011-07-07 Thread Eugene Kotlyarov
Hi Everyone Does anyone have ideas why TIcsWndControl.ProcessMessages could hang sometimes when socket is used in separate thread? -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http:/

Re: [twsocket] New and smaller OpenSSL libraries

2011-04-28 Thread Eugene Kotlyarov
Hi Could you also update ICSV7 snapshot please, it seems that changelog in it is updated, but .pas files are from month ago. -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Arno Garrels Sent: 28-Apr-11 11:16 To: ICS support mailing

[twsocket] MAX_OSSL_VER update

2011-02-18 Thread Eugene Kotlyarov
Hi everyone I think there were only security fixes in OpenSSL 0.9.8 after 0.9.8n, should not MAX_OSSL_VER be changed to OSSL_VER_0908R? It works for me with NO_OSSL_VERSION_CHECK, but it's not very convenient. Regards, Eugene Kotlyarov -- To unsubscribe or change your settings for TWS

[twsocket] Using TWSocket udp listening in Windows service application

2010-02-18 Thread Eugene Kotlyarov
Hi I wonder is it possible to use TWSocket in Windows service application? I tried the same code as in udplstn.dpr and can't make it work. I guess it could be related to the fact that windows messages used to signal socket events and it may not work in service. Am I right? -- To unsubscribe or cha