[twsocket] ICS V7 and the missing ''DesignIntf.dcu''

2008-03-15 Thread Kris Schoofs
Hi, I'm attempting to install ICS V7 using Codegear C++ Builder 2007. However, I run into following error: [DCC Error] OverByteIcsWSocketE.pas(87): F1026 File not found: ' DesignIntf.dcu' A search for a solution gave me this: You need to add -LUDesigneIde to the dcc32 command line options.

Re: [twsocket] ICS won't work anymore...

2008-02-28 Thread Steen Börlum
Hi, That’s it guys, it was the Agent, I change it to Mozilla/5.0 (compatible), and now it running again. But why, is it Reuters that just got an idea, to not let Mozilla/3.0 (compatible) go though anymore? It is not the first time Reuters just change the feed, so am not surprise. What is the

Re: [twsocket] ICS won't work anymore...

2008-02-28 Thread Francois Piette
Hi, That’s it guys, it was the Agent, I change it to Mozilla/5.0 (compatible), and now it running again. But why, is it Reuters that just got an idea, to not let Mozilla/3.0 (compatible) go though anymore? It is not the first time Reuters just change the feed, so am not surprise. What is the

[twsocket] ICS won't work anymore...

2008-02-27 Thread Steen Börlum
Hey, I got a strange problem, I am downloading (XML) news from different website, and it all was working for a long time. But now it won't download anymore from reouters (http://feeds.reuters.com/reuters/worldNews). First I thought it was a bug in my program, but then I test the ICS own

Re: [twsocket] ICS won't work anymore...

2008-02-27 Thread Steen Börlum
Hey, V6, I don't know how to install that one, it says is only for Delphi 7 and up, and I run BCB6. Is there a other web site than http://www.overbyte.be where I can locate V6 for BCB? Steen _ Står karriären still? Låt någon

Re: [twsocket] ICS won't work anymore...

2008-02-27 Thread Ko Brink
I tested it and got some wierd binary data returned. but when i set the request version to 1.1 i get the page. so try to set httpcli-RequestVer = 1.1; On Wed, 27 Feb 2008 09:07:47 +0100, Steen Börlum [EMAIL PROTECTED] wrote: Hey, I got a strange problem, I am downloading (XML) news from

Re: [twsocket] ICS won't work anymore...

2008-02-27 Thread DZ-Jay
Ko Brink wrote: I tested it and got some wierd binary data returned. but when i set the request version to 1.1 i get the page. so try to set httpcli-RequestVer = 1.1; I just tried a request with using HTTP/1.0 (a manual request, not using ICS), and I received the XML page. I doubt that this

Re: [twsocket] ICS won't work anymore...

2008-02-27 Thread Francois PIETTE
Maybe a temperary bug in the server using ICS/BCB6 and using HTTP/1.0, i also getting the page now. This happend quite frequently: at server side, there are scripts, the script sometimes use header lines found in the HTTP request sent by the client. The script developper test his script with

Re: [twsocket] ICS won't work anymore...

2008-02-27 Thread JLIST
It looks like HttpTst User-Agent header is triggering the firewall on the web server. Use another User-Agent string, it will go through. Hey, I got a strange problem, I am downloading (XML) news from different website, and it all was working for a long time. But now it won't download anymore

Re: [twsocket] ICS hidden window cannot be created error #8--what isthis?

2008-01-02 Thread retnyg
there may be also another problem: afaik windows xp 32bit has only 64K handle numbers for windows available. this problem also occurs if you have a lot of apps open, ie. 2 browsers with a lot of tabs, and the the bat email client which uses a lot of handles, also some instances of winrar and

Re: [twsocket] ICS hidden window cannot be created error #8--what isthis?

2008-01-02 Thread Dod
Hello, Try my little TinyResMeter ( http://www.pesoft.com/trm ) and select the Windows and Handles fields, then you'll see if you reach a big number you must subscribe to get improved 0.97 version but 0.96a should be enought just to view thoses values. regards. rgn there may be also

Re: [twsocket] ICS hidden window cannot be created error #8--what isthis?

2008-01-01 Thread Francois PIETTE
Please see http://www.fastream.com/ics/icshiddenwindow.png . Basically, it shows error #8 when creating a window. This occurs when I run the service with attach to process and with full debug information. There are 8000-1 clients connected. Optimizations on. What could be the reason?

Re: [twsocket] ICS hidden window cannot be created error #8--what isthis?

2008-01-01 Thread Fastream Technologies
Hello, What about increasing WH_MSG_MAX to 1000 from 100? Isn't this suppose to reduce this problem by creating less number of hidden windows? I know that it would be slower for the for loop to find the message but there seems to be no other way to support 10k users, wrong? Thanks, SZ On

Re: [twsocket] ICS V6 and C++Builder 2006 compile

2007-12-12 Thread Albert Wiersch
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Albert Wiersch Sent: Wednesday, December 12, 2007 2:04 PM To: 'ICS support mailing' Subject: [twsocket] ICS V6 and C++Builder 2006 compile I compiled ICS V6 for C++Builder 2006 and it seemed to go very smoothly. I thought

Re: [twsocket] ICS V6 and C++Builder 2006 compile

2007-12-12 Thread Arno Garrels
Albert Wiersch wrote: I compiled ICS V6 for C++Builder 2006 and it seemed to go very smoothly. I thought it went too easy! But when I went to compile my application, I now get this: [C++ Error] cse.cpp(111): E2015 Ambiguity between '_fastcall Application()' and 'Forms::Application'

[twsocket] ICS + D2007

2007-12-08 Thread Abdullah AlQasim
Dear All, When I install ICS version 6 with Delphi 2007 ... I didn't find TWSocketThrdServer ? Relay I forget where I did install it with Delphi 7 and I can't find it in old ICS!! Waiting for your support. Regards, Abdullah AlQasim AlMusahim Gate LTD. PO Box : 8629 Jeddah 21492 Sari St. -

Re: [twsocket] ICS

2007-12-05 Thread [EMAIL PROTECTED]
Farhan, I'm posting a copy of this message to the list because I think other members can offer good help for you to migrate your application to ICS. The TWSocket component communicates with the WinSock API at the lowest levels, and therefore it may seem more complicated to deal with than

Re: [twsocket] ICS wiki templates (are there any?)

2007-11-30 Thread Fredrik Larsson
: [twsocket] ICS wiki templates (are there any?) Hello: I noticed that a lot of the components and their methods/properties wiki pages have basically the same layout and sections, and I was wondering (before I endeavor to start from scratch) if there was a template, or if it's just copy+paste from

[twsocket] ICS wiki templates (are there any?)

2007-11-30 Thread [EMAIL PROTECTED]
Hello: I noticed that a lot of the components and their methods/properties wiki pages have basically the same layout and sections, and I was wondering (before I endeavor to start from scratch) if there was a template, or if it's just copy+paste from a previous one? -dZ. -- To unsubscribe

[twsocket] ICS-V6 updated

2007-11-14 Thread Francois PIETTE
Minor update for ICS-V6 available. It contains a fix by Arno Garrels for SMTP component to avoid message truncation in some rare cases. It contains a fix by myself for MIME decode component which was adding a CRLF to attached text files when the last line didn't had an ending CR/LF. Contribute

[twsocket] ICS v6 migration considerations

2007-10-17 Thread DZ-Jay
Hello: We have a few applications using ICS v5, mostly written in D2006/7, but some in D5. I would like to move to ICS v6, since that seems to be where major development is taking place, and also because I would like to take advantage of its new hidden window architecture. However,

Re: [twsocket] ICS v6 migration considerations

2007-10-17 Thread Fastream Technologies
v6 IS stable. Yet the test exception could be a problem with threaddetach. HTH, SZ I would also like to hear from users of ICS v6 and whether they find it stable in their production software. -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] ICS v6 migration considerations

2007-10-17 Thread Fastream Technologies
Arno claims otherwise but, occasionally after I threaddetach a THttpCli from a worker thread, I get a test exception, which I guess means there are posted messages still left on the message queue... On 10/17/07, Olivier Sannier [EMAIL PROTECTED] wrote: Fastream Technologies wrote: v6 IS

[twsocket] ICS FTP Client list command result

2007-10-15 Thread Ian Thompson
Hi. Just started using the ICS stuff and I can’t figure out where the returned file list is put or access when I issue a LIST of LS command. Checked the source header and FAQ first, but (unless I missed it) I can't see anything on the subject other than the list is placed in a local file. Where?

[twsocket] ICS on SourceForge, which license is best ?

2007-10-08 Thread Francois PIETTE
I would like to have your opinion about which license I should select at SourceForge (http://www.opensource.org/licenses/category). I have not much time to read all possible licenses. You all know the current license displayed in each source file (see below for reminder). I would like to stay

Re: [twsocket] ICS on SourceForge, which license is best ?

2007-10-08 Thread [EMAIL PROTECTED]
: [twsocket] ICS on SourceForge, which license is best ? I would like to have your opinion about which license I should select at SourceForge ( http://www.opensource.org/licenses/category ). I have not much time to read all possible licenses. You all know the current license displayed in each

Re: [twsocket] ICS on SourceForge, which license is best ?

2007-10-08 Thread Francois PIETTE
of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS) http://www.overbyte.be - Original Message - From: [EMAIL PROTECTED] To: twsocket@elists.org Sent: Monday, October 08, 2007 9:18 PM Subject: Re: [twsocket] ICS on SourceForge, which license is best

Re: [twsocket] ICS on SourceForge, which license is best ?

2007-10-08 Thread [EMAIL PROTECTED]
Indeed it looks very close to my usual license. Any known drawback with this license ? Not that I know of, nor that I can see. It seems very close to the MIT license, except that the MIT license does not provide for the clear distinction of modifications from the original work -- which, in my

[twsocket] ICS Server raises external exception 000000d1

2007-09-24 Thread Fastream Technologies
Hello, What does this mean? How does an external exception differ from an AV? Please help! SZ -- 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

Re: [twsocket] ICS Server raises external exception c000001d

2007-09-24 Thread Fastream Technologies
Corrected the message. See subject. Sometimes it gives privileged instruction and then crashes. I guess it is a critical section (lack of) problem but cannot find where! Any tool to show which line? MadExcept fails. Regards, SZ - Original Message - From: Fastream Technologies [EMAIL

Re: [twsocket] ICS Server raises external exception c000001d

2007-09-24 Thread Francois Piette
(Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be - Original Message - From: Fastream Technologies [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, September 24, 2007 11:37 AM Subject: Re: [twsocket] ICS Server

Re: [twsocket] ICS Server raises external exception c000001d

2007-09-24 Thread Fastream Technologies
Message - From: Francois Piette [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, September 24, 2007 2:50 PM Subject: Re: [twsocket] ICS Server raises external exception c01d http://www.google.be/search?q=C0d1 Sometimes it gives privileged instruction

Re: [twsocket] ICS Server raises external exception c000001d

2007-09-24 Thread Arno Garrels
- From: Francois Piette [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Monday, September 24, 2007 2:50 PM Subject: Re: [twsocket] ICS Server raises external exception c01d http://www.google.be/search?q=C0d1 Sometimes it gives privileged instruction

Re: [twsocket] [ICS-SSL] New ICS-V6andICS-SSL-V6 availableBCB2006COMPATIBILITY WARNING

2007-06-26 Thread Francois Piette
Please stop spamming the lists and myself. Use only one mailing list, the best suited for your problem. If you annoy please, they won't help you. Remember we have only volunteers here. No one is paid to answer your questions. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message

Re: [twsocket] [ICS-SSL] New ICS-V6andICS-SSL-V6 available BCB COMPATIBILITY WARNING

2007-06-26 Thread Fastream Technologies
Sorry. Since the problem occurs with THttpServer, I think I should post to twsocket but can we assume all of the members of ics-ssl are also members of twsocket? Also, will you (Francois) be debugging the problem? I created the most simple test case for you as you always want us to do... We

Re: [twsocket] [ICS-SSL] New ICS-V6andICS-SSL-V6 available BCB COMPATIBILITY WARNING

2007-06-26 Thread Fastream Technologies
Hint: I think the problem must be related with BCB making Delphi namespaces flat--global. IOW, the send and sendto in OverbyteIcsWinsock clashes with those in wsocket.pas. Not in delphi because they are in distinct separate namespaces in delphi but in BCB. As I said, renaming may be a solution,

[twsocket] ICS registration

2007-06-17 Thread Francois PIETTE
As you subscribed to ICS support mailing list, you probably use ICS. Good ! But have you taken time to register your ICS copy ? ICS is freeware but to use it, you must register it. Registration is very simple: just mail a [real, paper] picture postcard to the author (me). You can find

Re: [twsocket] ICS v5 compatibility / WndProc handling

2007-06-03 Thread Arno Garrels
Subject: Re: [twsocket] ICS v5 compatibility / WndProc handling Looks usefull, though not tested yet. Francois, what do you think? Primož Gabrijelcic wrote: Hello everybody (and especially Francois). I have this legacy code that was written using ICS v5. Deep inside some message processing

Re: [twsocket] ICS v5 compatibility / WndProc handling

2007-06-03 Thread Primož Gabrijelčič
Sure. I'm fine with that. Primoz -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arno Garrels Sent: Sunday, June 03, 2007 9:36 AM To: ICS support mailing Subject: Re: [twsocket] ICS v5 compatibility / WndProc handling Primož Gabrijelcic wrote

Re: [twsocket] ICS v5 compatibility / WndProc handling

2007-06-03 Thread Primož Gabrijelčič
mailing Subject: Re: [twsocket] ICS v5 compatibility / WndProc handling My vote is pro, depends on Francois, he's the (busy) boss ;-) OK. Also update the comment in french: // Les exceptions doivent etre gérées, sinon l'application sera // liquidée des qu'une exception se

Re: [twsocket] ICS v5 compatibility / WndProc handling

2007-06-03 Thread Francois PIETTE
- From: Primož Gabrijelčič [EMAIL PROTECTED] To: 'ICS support mailing' twsocket@elists.org Sent: Sunday, June 03, 2007 11:26 AM Subject: Re: [twsocket] ICS v5 compatibility / WndProc handling Can you please also translate the // On a une superbe fenętre. Dans les informations associées

Re: [twsocket] ICS v5 compatibility / WndProc handling

2007-06-02 Thread Arno Garrels
Looks usefull, though not tested yet. Francois, what do you think? Primož Gabrijelcic wrote: Hello everybody (and especially Francois). I have this legacy code that was written using ICS v5. Deep inside some message processing (specifically RAS handling) is done in overridden WndProc

Re: [twsocket] ICS v5 compatibility / WndProc handling

2007-06-02 Thread Primož Gabrijelčič
It works fine in our applications. Primoz -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arno Garrels Sent: Saturday, June 02, 2007 8:08 PM To: ICS support mailing Subject: Re: [twsocket] ICS v5 compatibility / WndProc handling Looks usefull, though

Re: [twsocket] ICS v5 compatibility / WndProc handling

2007-06-02 Thread Arno Garrels
To: ICS support mailing Subject: Re: [twsocket] ICS v5 compatibility / WndProc handling Looks usefull, though not tested yet. Francois, what do you think? Primož Gabrijelcic wrote: Hello everybody (and especially Francois). I have this legacy code that was written using ICS v5. Deep inside

[twsocket] ICS v5 compatibility / WndProc handling

2007-05-28 Thread Primož Gabrijelčič
Hello everybody (and especially Francois). I have this legacy code that was written using ICS v5. Deep inside some message processing (specifically RAS handling) is done in overridden WndProc methods. When I switched to ICS v6, this code broke. This was mainly expected - ICS v6 cannot know which

[twsocket] ICS registration

2007-04-18 Thread Francois PIETTE
As you subscribed to ICS support mailing list, you probably use ICS. Good ! But have you taken time to register your ICS copy ? ICS is freeware but to use it, you must register it. Registration is very simple: just mail a [real, paper] picture postcard to the author (me). You can find

Re: [twsocket] ICS bug ?

2007-03-22 Thread Arno Garrels
[TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Paul - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Wednesday, March 21, 2007 11:49 AM Subject: Re: [twsocket] ICS bug ? Arno Garrels wrote: It's

Re: [twsocket] ICS bug ?

2007-03-22 Thread Fastream Technologies
Arno, can you post a fixed THttpCli please? Best Regards, SZ - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Wednesday, March 21, 2007 12:46 PM Subject: Re: [twsocket] ICS bug ? Paul wrote: Since I updated to the latest

Re: [twsocket] ICS bug ?

2007-03-22 Thread Ronny Forsberg
Arno Garrels wrote: Paul wrote: Isn't it possible to implement it in V5 also ? I haven't had a look at latest V5 download yet. You can monitor variable FReceiveLen and check for a negativ value on your own. But I think that this was a problem introduced with latest changes to

Re: [twsocket] ICS bug ?

2007-03-22 Thread Arno Garrels
support mailing twsocket@elists.org Sent: Wednesday, March 21, 2007 12:46 PM Subject: Re: [twsocket] ICS bug ? Paul wrote: Since I updated to the latest ICS version (V5), I sometimes get an exeption when closing my program : EOSError (code 14000) Invalid window handle. I can't trap the error

[twsocket] ICS bug ?

2007-03-21 Thread Paul
Since I updated to the latest ICS version (V5), I sometimes get an exeption when closing my program : EOSError (code 14000) Invalid window handle. I can't trap the error, it happens after all events are handled. I've just had it again within the debugger, but it fails to step to the next

Re: [twsocket] ICS bug ?

2007-03-21 Thread Arno Garrels
Paul wrote: Since I updated to the latest ICS version (V5), I sometimes get an exeption when closing my program : EOSError (code 14000) Invalid window handle. I can't trap the error, it happens after all events are handled. I've just had it again within the debugger, but it fails to step to

Re: [twsocket] ICS bug ?

2007-03-21 Thread Arno Garrels
Arno Garrels wrote: It's a known issue, we discussed already in the SSL-List. Please forget my last message it applies to V6 only. -- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] ICS bug ?

2007-03-21 Thread Paul
in which line should this be added ? Paul - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Wednesday, March 21, 2007 11:46 AM Subject: Re: [twsocket] ICS bug ? Paul wrote: Since I updated to the latest ICS version (V5), I

Re: [twsocket] ICS bug ?

2007-03-21 Thread Paul
Have to switch back then. Paul - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Wednesday, March 21, 2007 11:49 AM Subject: Re: [twsocket] ICS bug ? Arno Garrels wrote: It's a known issue, we discussed already in the SSL

Re: [twsocket] ICS on Lazarus

2007-02-27 Thread Francois Piette
does ICS work on Lazarus under Linux yet? I have no idea as I don't use Lazarus. But I made all the changes suggested by Lazarus community to have ICS code compatible with it. Marco van de Voort ([EMAIL PROTECTED]) is an active ICS user in that area. Contribute to the SSL Effort. Visit

[twsocket] ICS and Delphi 2007

2007-02-27 Thread Francois Piette
I have adapted ICS to Delphi 2007. Actually it was realy a matter of minutes since Delphi 2007 is a non-breaking release and as such is able to use Delphi 2006 projects without change. While working with Delphi 2007 FieldTest, I was very pleased to see how stable and fast the IDE already is. And

Re: [twsocket] ICS and Delphi 2007

2007-02-27 Thread Arno Garrels
Francois Piette wrote: I have adapted ICS to Delphi 2007. Actually it was realy a matter of minutes since Delphi 2007 is a non-breaking release and as such is able to use Delphi 2006 projects without change. While working with Delphi 2007 FieldTest, I was very pleased to see how stable

Re: [twsocket] ICS and Delphi 2007

2007-02-27 Thread Francois Piette
When will Delphi 2007 be released? Is there a release date yet? I don't know the date but I think it is very close now. You can already order it http://www.codegear.com/Products/Delphi/Delphi2007forWin32/tabid/236/Default.aspx May you tell us something about the new features and

Re: [twsocket] ICS on Lazarus

2007-02-27 Thread Marco van de Voort
does ICS work on Lazarus under Linux yet? I have no idea as I don't use Lazarus. But I made all the changes suggested by Lazarus community to have ICS code compatible with it. Marco van de Voort ([EMAIL PROTECTED]) is an active ICS user in that area. I've never ported the Linux version. A

[twsocket] ICS

2007-02-26 Thread g . j . bodin
Hi, I'm rather new to this mailinglist but I've a question for a newbie on the ICS component. Hope that somebody can help me with this issue or point me in a certain direction. I've created a delphi 7 programme with the WSocket. It works fine on my development PC. It communicates between the

Re: [twsocket] ICS

2007-02-26 Thread Francois PIETTE
- Original Message - From: [EMAIL PROTECTED] To: twsocket@elists.org Sent: Monday, February 26, 2007 7:26 PM Subject: [twsocket] ICS Hi, I'm rather new to this mailinglist but I've a question for a newbie on the ICS component. Hope that somebody can help me with this issue or point me

[twsocket] ICS on Lazarus

2007-02-26 Thread David Lyon
or not. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: [EMAIL PROTECTED] To: twsocket@elists.org Sent: Monday, February 26, 2007 7:26 PM Subject: [twsocket] ICS Hi, I'm rather new

Re: [twsocket] ICS V6. and W98/W95

2006-10-19 Thread jan hek
: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Wednesday, October 18, 2006 4:01 PM Subject: Re: [twsocket] ICS V6. and W98/W95 jan hek wrote: In the case the socket is created after a buttonclick, the creation fails.I don't have details : I don't have delphi 7

Re: [twsocket] ICS V6. and W98/W95

2006-10-19 Thread Fastream Technologies
, 2006 4:01 PM Subject: Re: [twsocket] ICS V6. and W98/W95 jan hek wrote: In the case the socket is created after a buttonclick, the creation fails.I don't have details : I don't have delphi 7 running in W98 Use MadExcept (http://www.madshi.net/madExceptDescription.htm) to get

Re: [twsocket] ICS V6. and W98/W95

2006-10-19 Thread jan hek
LS, The first error is eedfadeH on address The 2nd error shown is: Range Check Error on the OutputDebugString(PChar('Dispose ' + ClassName + ' ThreadID=' + IntToStr(GetCurrentThreadId))); line, of the procedure TIcsWndControl.Dispose(Disposing: Boolean). Perhaps now someone might

Re: [twsocket] ICS V6. and W98/W95

2006-10-19 Thread Arno Garrels
jan hek wrote: Ah, now I remember, you can just out comment the stuff that calls OutputDebugString. --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html LS, The first error is eedfadeH on address The 2nd error shown is: Range Check Error on the

Re: [twsocket] ICS V6. and W98/W95

2006-10-19 Thread jan hek
and regards jan - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Thursday, October 19, 2006 8:13 PM Subject: Re: [twsocket] ICS V6. and W98/W95 jan hek wrote: Ah, now I remember, you can just out comment the stuff that calls

Re: [twsocket] ICS V6. and W98/W95

2006-10-19 Thread Arno Garrels
/teamics.html thanks and regards jan - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Thursday, October 19, 2006 8:13 PM Subject: Re: [twsocket] ICS V6. and W98/W95 jan hek wrote: Ah, now I remember, you can just out

Re: [twsocket] ICS V6. and W98/W95

2006-10-19 Thread Arno Garrels
[TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html thanks and regards jan - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Thursday, October 19, 2006 8:13 PM Subject: Re: [twsocket] ICS V6. and W98/W95 jan

Re: [twsocket] ICS V6. and W98/W95

2006-10-19 Thread jan hek
Arno, no I'm not using .net but I like to be complete. Thanks for your support rgds jan - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Thursday, October 19, 2006 9:29 PM Subject: Re: [twsocket] ICS V6. and W98/W95 jan hek

Re: [twsocket] ICS V6. and W98/W95

2006-10-18 Thread jan hek
have details : I don't have delphi 7 running in W98 regards jan - Original Message - From: Francois PIETTE [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Sunday, October 15, 2006 4:12 PM Subject: Re: [twsocket] ICS V6. and W98/W95 Using V6 solved to me W2003

Re: [twsocket] ICS V6. and W98/W95

2006-10-18 Thread Arno Garrels
where the error occured. --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html - Original Message - From: Francois PIETTE [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Sunday, October 15, 2006 4:12 PM Subject: Re: [twsocket] ICS V6. and W98

Re: [twsocket] ICS V6. and W98/W95

2006-10-18 Thread Frans van Daalen
- Original Message - From: jan hek [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Wednesday, October 18, 2006 3:48 PM Subject: Re: [twsocket] ICS V6. and W98/W95 Hello François, Applications generated by Delphi 7 with ICS v6 don't work under W95/W98. I tested in W95

Re: [twsocket] ICS V6. and W98/W95

2006-10-16 Thread jan hek
François, and all other repliers, I come back with details, thanks so far jan - Original Message - From: Francois PIETTE [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Sunday, October 15, 2006 4:12 PM Subject: Re: [twsocket] ICS V6. and W98/W95 Using V6 solved

[twsocket] ICS V6. and W98/W95

2006-10-15 Thread jan hek
Hi there, Using V6 solved to me W2003 problems.. but now applications using twsocket and twsocketserver seem not to run any more in W95/W98. Are there precautions to take ? Properties not to use ? Any other suggestion ? regards jan -- To unsubscribe or change your settings for TWSocket mailing

Re: [twsocket] ICS V6. and W98/W95

2006-10-15 Thread Francois PIETTE
Using V6 solved to me W2003 problems.. but now applications using twsocket and twsocketserver seem not to run any more in W95/W98. Are there precautions to take ? Properties not to use ? Any other suggestion ? It should work on W95/W98 altough I have no more such system to experiment. Be

Re: [twsocket] ICS V6. and W98/W95

2006-10-15 Thread Maurizio Lotauro
Scrive Arno Garrels [EMAIL PROTECTED]: Francois PIETTE wrote: It should work on W95/W98 altough I have no more such system to experiment. Be sure to install winsock2 which is not by default on those old systems. AFAIK Winsock 2.0 was already included in W98. I think it also included

[twsocket] ICS WebServer + JavaScript questions

2006-09-07 Thread Fastream Technologies
Hello, We are producing javascript from within ICS web server/C++ and wonder if the following is possible with JS, - Creating an upload meter for File POSTs with Javascript - Making multi-socket uploads with different content-ranges (server-side will be coded by ourselves, we are looking for a

Re: [twsocket] ICS October Version (planned)

2006-09-05 Thread Angus Robertson - Magenta Systems Ltd
I repeat my comments that while V6 is 'pure beta', V5 must be fully maintained and no-one should be encouraged to migrate to it, particularly in light of my simple testing today. Angus Original Message *Subject:* Re: [twsocket] ICS October Version (planned) *From

Re: [twsocket] ICS October Version (planned)

2006-09-05 Thread David A. G.
ICS October Version Will be available for Delphi 2006 (Win32) ? - Original Message - From: Angus Robertson - Magenta Systems Ltd [EMAIL PROTECTED] To: twsocket@elists.org Sent: Tuesday, September 05, 2006 8:53 AM Subject: Re: [twsocket] ICS October Version (planned) I repeat my

Re: [twsocket] ICS install error on Delphi 2

2006-08-18 Thread Francois Piette
PROTECTED] To: twsocket@elists.org Sent: Friday, August 18, 2006 7:11 AM Subject: [twsocket] ICS install error on Delphi 2 Hi I have just downloaded ICS version 5 and am trying to install this into Delphi 2. I have followed the instructions in the readme file but get an error during the install

[twsocket] ICS install error on Delphi 2

2006-08-17 Thread Tony Offord
Hi I have just downloaded ICS version 5 and am trying to install this into Delphi 2. I have followed the instructions in the readme file but get an error during the install in relation to the icslogger component saying cannot assign to a read-only property for the line FLogFile.Size := 0;

[twsocket] ICS v6 enhanced tcp server challenge

2006-07-20 Thread Arno Garrels
Hello, I found some time to work on a new multi-threading TCP server component. It features multiple listen sockets implemented as TCollectionItems and dynamic connection pooling. Threads as well as client objects are dynamically managed. Tested as a simple echo server it appears to be very fast.

Re: [twsocket] [ICS-SSL] built-in timer

2006-07-16 Thread Arno Garrels
Francois PIETTE wrote: I would also vote for a built-in timer since any server needs to perform some tasks periodically, so probably deriving from TComponent plus a window receiving timer messages is a good choice. Most communication application and many other needs to perform some task

Re: [twsocket] [ICS-SSL] built-in timer

2006-07-16 Thread Arno Garrels
Francois PIETTE wrote: Francois PIETTE wrote: Concerning a client idle timeout in a server application/component where would you refresh client's last alive time stamp? It's clear to refresh it in OnDataAvailable, but that is not enough, it has to be refreshed also when data is being sent.

Re: [twsocket] ICS registration, Francois' postcards

2006-07-10 Thread Borosnyay Péter
Hello Francois, Did you get my cards ? I posted two from Pécs, Hungary about two weeks before, to compensate for being a bit late. Please inform me when they arrive. Thank you. Best regards :-) Peter Borosnyay On Thu, 15 Jun 2006 08:44:04 +0200, Francois Piette [EMAIL PROTECTED] wrote: As

Re: [twsocket] ICS threaded server and load balancing

2006-06-19 Thread David Hooker
On 6/14/06, Francois Piette [EMAIL PROTECTED] wrote: OK, but what if I want one thread per CPU? So if I have a 4 CPU rig and 400 connections, I want to have 4 threads and 100 connections per thread. But if the load increases to 600 connections, I want to have 4 threads and 150

Re: [twsocket] ICS-V6 new beta uploaded

2006-06-16 Thread Arno Garrels
Francois, I think you forgot the {$IFNDEF NO_ADV_MT} stuff for the CriticalSection of the new buffer. --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] ICS-V6 new beta uploaded

2006-06-16 Thread Francois PIETTE
I forgot... Thanks. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Friday, June 16, 2006 4:55 PM Subject: Re: [twsocket] ICS-V6 new beta uploaded Francois, I think you forgot

[twsocket] ICS registration

2006-06-15 Thread Francois Piette
As you subscribed to ICS support mailing list, you probably use ICS. Good ! But have yo taken time to register your ICS copy ? ICS is freeware but to use it, you must register it. Registration is very simple: just mail a [real, paper] picture postcard to the author (me). You can find instructions

Re: [twsocket] ICS registration

2006-06-15 Thread AKINSOFT Ercan
Hi Francois Thank you for registration notification. I will register a.s.a.p Ercan POLAT -- 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

Re: [twsocket] ICS registration

2006-06-15 Thread Borosnyay Péter
Dear Fracois, Cannot tell for anybody else, but I personally haven't forgotten your postcard. I WILL send it as soon as possible. The only reason for not accomplising it yet is that the post office is a bit far from my workplace and I work in all of its opening hours. My company is in

Re: [twsocket] ICS registration

2006-06-15 Thread ics-no-auto-responder
Francois: Please excuse my English. I will send one for her. She is very busy. Edard. On 15 Jun 2006 at 14:39, Borosnyay Péter wrote: Dear Fracois, Cannot tell for anybody else, but I personally haven't forgotten your postcard. I WILL send it as soon as possible. The only reason

Re: [twsocket] ICS threaded server and load balancing

2006-06-14 Thread Francois Piette
of MidWare (Multi-tier framework, freeware) http://www.overbyte.be - Original Message - From: David Hooker [EMAIL PROTECTED] To: twsocket@elists.org Sent: Wednesday, June 14, 2006 4:23 AM Subject: [twsocket] ICS threaded server and load balancing From borland.public.delphi.internet.winsock

Re: [twsocket] ICS threaded server and load balancing

2006-06-14 Thread Primož Gabrijelčič
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Francois Piette This si not a winsock or TCP/IP component issue. It is an OS issue. I don't know Windows has an API to force a thread to run on a given CPU. SetThreadAffinityMask You have an API to know the number of

[twsocket] ICS FtpServer socket problem

2006-06-13 Thread DZ-Jay
Hello: I received this question directly from an ICS user. I suggested he subscribe to this list, but in the meantime, can anybody shed some light on the problem stated? Thank you, dZ. On Jun 13, 2006, at 03:11, AKINSOFT Programlama wrote:

Re: [twsocket] ICS FtpServer socket problem

2006-06-13 Thread Borosnyay Péter
This refers to blocking sockets or blocking function calls. I attached a description of the problem. Cheers, Peter On Tue, 13 Jun 2006 12:44:03 +0200, DZ-Jay [EMAIL PROTECTED] wrote: Hello: I received this question directly from an ICS user. I suggested he subscribe to this list, but

Re: [twsocket] ICS FtpServer socket problem

2006-06-13 Thread AKINSOFT Ercan
Hi Peter Thank you for your reply Last paragraph in text file you sent me may be my problem. You wrote (If you decide to use non-blocking sockets in your application, it’s important to keep in mind that you must check the return value from every read and write operation, since it is possible

Re: [twsocket] ICS FtpServer socket problem

2006-06-13 Thread Francois PIETTE
-- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: DZ-Jay [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Tuesday, June 13, 2006 12:44 PM Subject: [twsocket] ICS FtpServer socket problem Hello: I received this question directly from an ICS user. I

<    1   2   3   4   5   6   7   >