Re: [twsocket] Bomb

2011-04-28 Thread daniel cc
Hi Francois, Thanks for the response. How do I do this exactly? I am not sure if understand what i need to do. Thanks in advance -Original Message- From: Francois Piette Sent: Thursday, April 28, 2011 9:46 AM To: ICS support mailing Subject: Re: [twsocket] Bomb You have to define use_

Re: [twsocket] Bomb

2011-04-28 Thread Francois PIETTE
You have to define use_ssl on your project option and rebuild all. How do I do this exactly? I am not sure if understand what i need to do. Delphi menu / Project / Options / Delphi Compiler / Conditional Definitions (May vary according to Delphi version) then add USE_SSL after the existing

[twsocket] Timeout socket request

2011-04-28 Thread Anton S.
Hello all, I have a small request for timeout socket. By Arno's advice writing to this list. I recently faced with necessity of tracking ticks inside a socket (actually I want to pause it for some time and then resume). As I use BUILTIN_TIMEOUT, I tried to attach to TimeoutTimer but it's unacces

Re: [twsocket] Timeout socket request

2011-04-28 Thread Arno Garrels
Anton S. wrote: > Hello all, I have a small request for timeout socket. > > By Arno's advice writing to this list. Now I have some minutes. > I recently faced with necessity of tracking ticks inside a socket > (actually I want to pause it for some time and then resume). As I use > BUILTIN_TIMEOU

Re: [twsocket] Timeout socket request

2011-04-28 Thread Anton S.
Arno, thanks for the tip, I'll give it a try. P.S. I noticed right now that there are useless things in TCustomWSocket.WMASyncSelect : TTTCount constant and FSelectMessage field. They probably should be removed. -- Anton -- To unsubscribe or change your settings for TWSocket mailing list pleas

Re: [twsocket] FTP Timeout Problem

2011-04-28 Thread Dave Baxter
For a server yes, but it's not "trouble" if you know the ports it's configured to use, and make appropriate holes in the Server's firewall. The client end, even for secure FTP still does not need any firewall/router meddlings when "Passive" mode is used, as again it only makes outgoing connections

[twsocket] New and smaller OpenSSL libraries

2011-04-28 Thread Arno Garrels
Hi, Just uploaded latest OpenSSL binaries v0.9.8r and 1.0.0d to the wiki site built with VC++ 2008. http://wiki.overbyte.be/wiki/index.php/ICS_Download They are smaller than the those built with MinGW. The Win-64 versions are for future 64-bit compilers. -- Arno Garrels -- To unsubscribe

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

Re: [twsocket] Bomb

2011-04-28 Thread daniel cc
Hi Francois, I understand it now. I didn't get the idea in the first place :( I tought it should be somehow different and need to be placed in the code.. Sorry for the trouble. Thanks a lot. -Original Message- From: Francois PIETTE Sent: Thursday, April 28, 2011 2:29 PM To: ICS suppo

Re: [twsocket] New and smaller OpenSSL libraries

2011-04-28 Thread Arno Garrels
Eugene Kotlyarov wrote: > Hi > > Could you also update ICSV7 snapshot please, it seems that changelog > in it is updated, but .pas files are from month ago. Thanks for the report, looks like the ZIP file is uploaded daily with old content from 21th March. I just put it manually, but if the automa

Re: [twsocket] Bomb

2011-04-28 Thread Francois PIETTE
Hi Francois, I understand it now. I didn't get the idea in the first place :( I tought it should be somehow different and need to be placed in the code.. When a symbol impact a lot of units, it is more convenient to set it at the project level so that it is really global. This is specially req