Re: [twsocket] Max size of message queue

2005-12-28 Thread Dod
Hello Francois, Great ! By the way, I did a mistake in : Following my previous mail, here is the answer of a question I asked many times in the mailing list. Please understand a question I SAW many times in the mailing list and not I asked :-) regards. FP See the new ICS V6 beta I've

Re: [twsocket] TFPClient1 (determinign whether to put or appendfile)

2005-12-28 Thread Fastream Technologies
Why don't you use the Dir/list command and then parse with Davie's code? Regards, SZ - Original Message - From: [EMAIL PROTECTED] To: twsocket@elists.org Sent: Tuesday, December 27, 2005 11:15 AM Subject: [twsocket] TFPClient1 (determinign whether to put or appendfile) I've go a

Re: [twsocket] ICS V6 beta available

2005-12-28 Thread Dod
Hello Francois, I tried to install but it says THttpCli class already exists so I removed old ICS and just added INCDEFS.INC (and IcsMD5.pas I need) that seems to be the minimum to install V6 package. Regards. FP ICS V6 beta available for download from ICS web pasge. -- To unsubscribe

Re: [twsocket] ICS V6 beta available

2005-12-28 Thread Francois PIETTE
All messages are handled differently ! All message numbers are now variable instead of constant since a lot of component use the same hidden window and each one need to have his own messages. Each message number is allocated dynamically. See how TCustomWSocket.AllocateMsgHandlers works. --

Re: [twsocket] ICS V6 beta available

2005-12-28 Thread Francois PIETTE
Does this version includes my fix in WSocket? Which fix ? -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: Fastream Technologies [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Wednesday, December 28, 2005 2:12 PM Subject: Re: [twsocket] ICS

Re: [twsocket] ICS V6 beta available

2005-12-28 Thread Dod
Hello, It was already in the small sheet V5/V6 is ICS used version. FP Hidden windows are user objects. Since their number is drastically reduce, FP the number of user objects are reduced. Would be interesting to compare FP figures with ICS-V6 and with previous version. -- To unsubscribe or

Re: [twsocket] ICS V6 beta available

2005-12-28 Thread Francois PIETTE
It was already in the small sheet V5/V6 is ICS used version. FP Hidden windows are user objects. Since their number is drastically reduce, FP the number of user objects are reduced. Would be interesting to compare FP figures with ICS-V6 and with previous version. Sorry, read too fast !

Re: [twsocket] ICS V6 beta available

2005-12-28 Thread Francois PIETTE
Here small compare with my server 100 connected users 200 connected users Have tried to reach the max number of connected users ? The number should be much much higher now, at least if you have enough RAM. Previously, you reached the max number of windows (1) before reaching the max

[twsocket] ICS-V6 files and classes naming

2005-12-28 Thread Francois PIETTE
I renamed ICS-V6 files to have ICS files clearly identified. The consequence is that all source code using the component must be updated to change file names in their uses clause. I wonder if I should also change all class names. For example rename TWSocket to TOverbyteIcsSocket or TIcsSocket.

[twsocket] ICS-V6 supported compilers

2005-12-28 Thread Francois PIETTE
I plan to support Delphi 7, Delphi 2006 (Win32 and .NET) and C-Builder 2006 only. Any tought ? -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] ICS-V6 files and classes naming

2005-12-28 Thread Fastream Technologies
- Original Message - From: Francois PIETTE [EMAIL PROTECTED] To: twsocket@elists.org Sent: Wednesday, December 28, 2005 4:20 PM Subject: [twsocket] ICS-V6 files and classes naming ... I wonder if I should also change all class names. For example rename TWSocket to TOverbyteIcsSocket

Re: [twsocket] ICS-V6 supported compilers

2005-12-28 Thread Marcello Vezzelli
Francois PIETTE wrote: I plan to support Delphi 7, Delphi 2006 (Win32 and .NET) and C-Builder 2006 only. Any tought ? Reasonable. Seems good to me. -- Marcello Vezzelli CTO Software Development Department E-Works s.r.l. tel. +39 059 2929081 fax +39 059 2925035 Direzionale 70 - Via

Re: [twsocket] ICS-V6 files and classes naming

2005-12-28 Thread Dod
Hello, I tried to Install both packages but there are some problems like THttpClient class already exists. Keeping both may be usefull to be able to open old V5 applications and also new V6 ones. FT Maybe I missed: why do you need to rename? Why would one person need to FT install both v5 and

Re: [twsocket] ICS-V6 supported compilers

2005-12-28 Thread Jack
Hello Francois, I use Delphi 5 and Delphi 2005, neither is on your supported list :( Will V6 be completely replacing V5, or will it be a branch like SSL? -- Best regards, Jack Wednesday, December 28, 2005, 9:22:59 AM, you wrote: I plan to support Delphi 7, Delphi 2006 (Win32 and .NET) and

Re: [twsocket] ICS-V6 supported compilers

2005-12-28 Thread Dod
Hello Francois, I prefer use Delphi 6 instead Delphi 7 but I think it should theorically work without changes isn't it ? FP I plan to support Delphi 7, Delphi 2006 (Win32 and .NET) and C-Builder 2006 FP only. FP Any tought ? FP -- FP Contribute to the SSL Effort. Visit

Re: [twsocket] ICS-V6 files and classes naming

2005-12-28 Thread Francois PIETTE
Maybe I missed: why do you need to rename? I said: This way, ICS component would be clearly identified. The idea is really to have better naming convention. To start on better basis. My idea is to release V6 for the 10th ICS birthday which is in april 2006. This release would break the main

Re: [twsocket] ICS-V6 files and classes naming

2005-12-28 Thread Francois PIETTE
I tried to Install both packages but there are some problems like THttpClient class already exists. Keeping both may be usefull to be able to open old V5 applications and also new V6 ones. You can simply select/unselect the packages from hte component/install packages menu. Just a little

Re: [twsocket] ICS-V6 supported compilers

2005-12-28 Thread Francois PIETTE
I use Delphi 5 and Delphi 2005, neither is on your supported list :( Delphi 5 is really too old. Delphi 2005 is too slow and too buggy compared to Delphi 2006 which seems so far to be as good as Delphi 7 but has much more features. Will V6 be completely replacing V5, or will it be a branch

[twsocket] ICS V5 and V6 betas updated

2005-12-28 Thread Francois PIETTE
Arno Garrels sent me a fix for proxy authentication in the HTTP client component. I have updated ICS-V5 and ICS-V6 betas on my website with the changes. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or

Re: [twsocket] ICS-V6 supported compilers

2005-12-28 Thread Dod
Hello, I even didn't knew Delphi 2006 existed :-) The last stable version for me is Delphi 6, Delphi 7 has lot more bugs and I don't talk about Delphi 2005 that's why I stopped being interested in any new Delphi version... What do you like in Delphi 2006 ? may be I'll have a look if you think

Re: [twsocket] ICS-V6 supported compilers

2005-12-28 Thread Francois PIETTE
I prefer use Delphi 6 instead Delphi 7 but I think it should theorically work without changes isn't it ? With the current code, it would probably work with all 32 bit compilers (Delphi 2 and up). But for making the code work with .NET without too much conditional compilation, I need

Re: [twsocket] ICS-V6 supported compilers

2005-12-28 Thread Francois PIETTE
I even didn't knew Delphi 2006 existed :-) Now you know ! The last stable version for me is Delphi 6, Delphi 7 has lot more bugs I do not agree. Delphi 7 is very stable for me (there is one update). and I don't talk about Delphi 2005 that's why I stopped being interested in any new

Re: [twsocket] ICS-V6 files and classes naming

2005-12-28 Thread Francois PIETTE
TWSocketV6 sounds good for example so in the future you will be able to have TWSocketV7, TWSocketV8 ... OK so TWSocketICS ? Not better. A component name need a prefix, not a suffix. TIcsSocket or TIcsWSocket or TOverbyteIcsSocket or... -- [EMAIL PROTECTED] http://www.overbyte.be -- To

Re: [twsocket] ICS-V6 supported compilers

2005-12-28 Thread Angus Robertson - Magenta Systems Ltd
I wonder if I should also change all class names. Yes, definitely allow v5 and v6 to co-exist without messing around enabling and disabling packages all the time to maintain old projects. I prefer use Delphi 6 instead Delphi 7 but I think it should theorically work without

Re: [twsocket] ICS-V6 supported compilers

2005-12-28 Thread Francois PIETTE
[OT] I migrated from Delphi 6 to 7 recently, and have had several complete compiler lock-ups, causing me to lose actual work, something that never happened under Delphi 6. Have you installed Delphi 7 update #1 ? And why does ICS need to support .NET? Is there actually a demand from anyone

Re: [twsocket] ICS-V6 supported compilers

2005-12-28 Thread Jack
Hello Francois, Delphi 5 is really too old. I know. But it's just as good, or better (smaller executable size and smaller memory footprint) than Delphi 7. I really like Delphi 5. And ICS works equally well on D5 as on any other versions of Delphi. It's a pity to drop it. Delphi 2005 is too

Re: [twsocket] ICS-V6 supported compilers

2005-12-28 Thread Angus Robertson - Magenta Systems Ltd
Have you installed Delphi 7 update #1 ? Yes, years ago. I consider .NET just like Win32 was a few years ago: this is defenitely Windows's future. No choice. It is better to prepare sooner than later. When Microsoft believes .NET is sufficiently versatile, fast and stable for

Re: [twsocket] ICS-V6 files and classes naming

2005-12-28 Thread Wilfried Mestdagh
Hello Francois, I wonder if I should also change all class names. For example rename TWSocket to TOverbyteIcsSocket or TIcsSocket. This way, ICS component would be clearly identified. True. This of course would require a lot of changes in existing applications, including in dfm. No the

Re: [twsocket] ICS-V6 files and classes naming

2005-12-28 Thread Maurizio Lotauro
Scrive Francois PIETTE [EMAIL PROTECTED]: I renamed ICS-V6 files to have ICS files clearly identified. The consequence is that all source code using the component must be updated to change file names in their uses clause. This will not a big problem when it generate an error at compile