Re: [twsocket] Freeze when using smtp after recreating itsparentform

2006-12-16 Thread Wilfried Mestdagh
Hello Henrik, I have no idea anymore. As test I made a little application in Delphi. Please download it at http://www.mestdagh.biz/test/smtptest.zip and tell me if you have it (then I can delete it from server). It does more or less the same as you do with the form, just creates an object that

Re: [twsocket] How to uses many THttpCli simultaneously ?

2006-12-16 Thread Frans van Daalen
... and I get a Violation access. I guess it's because all the THttpCli uses the same RequestDone procedure (the THttpCli is known by its Tag : 1 to 5). where did you get the av, and can you show the code for that line? -- To unsubscribe or change your settings for TWSocket mailing list

Re: [twsocket] How to uses many THttpCli simultaneously ?

2006-12-16 Thread Jean-Paul Passama
Here the code HttpCli[1] := HttpCli2; HttpCli[2] := HttpCli3; HttpCli[3] := HttpCli4; HttpCli[4] := HttpCli5; HttpCli[5] := HttpCli6; for x := 1 to 5 do begin HttpCli[x].Tag := x; // used to retrieve the data Liste[x] := TStrLstHTML.Create; Streams[x] := TMemoryStream.Create;

[twsocket] OT: How to implement a yearly subscription system for ICS server

2006-12-16 Thread Fastream Technologies
Hello, Since the release of our software in the midst of 2003, we have not reasked for money from customers--they have been using it with just one payment and that's something we did not promise. I want to have them charged every year beginning from 2008 and to do that, we need to get the code

Re: [twsocket] How to uses many THttpCli simultaneously ?

2006-12-16 Thread Francois PIETTE
LanceRequete(x); here error when x = 2 (see below) Which error ? Why not pass the HttpCli reference to KanceRequete instead of the index ? -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message

Re: [twsocket] How to uses many THttpCli simultaneously ?

2006-12-16 Thread Francois PIETTE
Each THttpCli has a different Tag (1 to 5) to allow the RequestDone know the THttpCli sender; No need to use the tag property. The Sender argument in each event handler is there just for that purpose: to know who triggered the event ! Of course you must cast sender argument to the

[twsocket] Ftp Client Send Error 426 using dialup connnection...

2006-12-16 Thread [EMAIL PROTECTED]
We have a polling program that for years has pushed information to head office using ICS component suite. Recently we have tried to also pull information back using the FTPClient.Receive function. Everything worked good in testing on high speed. The problem we have is that when connnect with

Re: [twsocket] Ftp Client Send Error 426 using dialup connnection...

2006-12-16 Thread Francois PIETTE
Speed doesn't change anything. If it works with high speed connection, it has to work with a low speed connection as well. I suggest you tes using the FtpTst sample program delivered with ICS. Also update your ICS to the latest release or even the lates beta which contain all the fixes since

Re: [twsocket] How to uses many THttpCli simultaneously ?

2006-12-16 Thread Francois PIETTE
And what is the StatusCode value ? What is the reason phrase ? -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: Jean-Paul Passama [EMAIL PROTECTED] To: ICS support mailing

Re: [twsocket] Service dependency problem re-occurred.

2006-12-16 Thread Fastream Technologies
Also, depending on RPCss sometimes fail on some Windows configs which can run Winsock software! FYI... On 12/13/06, Arno Garrels [EMAIL PROTECTED] wrote: Fastream Technologies wrote: Hello, Our clients using Windows 2003 complain that the lastest beta is causing hangs during boot up and