[twsocket] XE2 and ICS

2012-01-22 Thread Jean-Paul Passama
Hi, Downloaded the november (latest) release of ICS, and trying to compile OverBytesICSDXeRun.bpl : many errors E2033 : type doesn't match. procedure Dup : var TSocket in the first declaration and then integer : problem procedure PatchINT3 in OverBytesICSNtlmSsp : WriteProcessMemory the same

Re: [twsocket] HttpClient download and Progress Bar

2011-01-09 Thread Jean-Paul Passama
Le 09/01/2011 16:08, Jean-Paul Passama a écrit : Le 09/01/2011 15:49, Arno Garrels a écrit : Jean-Paul Passama wrote: Hi, I'm trying to have a progress bar working during a file download by HttpClient.Get (and HttpClient.RcvdStream). I've seen the OnDocData that seems to receive

Re: [twsocket] HttpClient download and Progress Bar

2011-01-09 Thread Jean-Paul Passama
Le 09/01/2011 15:49, Arno Garrels a écrit : Jean-Paul Passama wrote: Hi, I'm trying to have a progress bar working during a file download by HttpClient.Get (and HttpClient.RcvdStream). I've seen the OnDocData that seems to receive the length of data downloaded. Unfortunaly, the d

[twsocket] HttpClient download and Progress Bar

2011-01-09 Thread Jean-Paul Passama
Hi, I'm trying to have a progress bar working during a file download by HttpClient.Get (and HttpClient.RcvdStream). I've seen the OnDocData that seems to receive the length of data downloaded. Unfortunaly, the data length isn't really the size of the piece of file downloaded because the pack

Re: [twsocket] Cc: with TSmptClient ? [solved]

2010-02-20 Thread Jean-Paul Passama
DZ-Jay a écrit : Jean-Paul Passama wrote: Know that, but you don't explain how to indicate a CC: receiver. [..] For more information on how to do this, as Arno said before, check out the OverbyteIcsMailSnd demo program. That was the tip. I found the RcptNameAdd() function in the code

Re: [twsocket] Cc: with TSmptClient ?

2010-02-19 Thread Jean-Paul Passama
Arno Garrels a écrit : Jean-Paul Passama wrote: Hi all, Don't find how to send a message with 1 receiver + some others receivers in Cc: Tried to add Cc: receivers in HdrCc but doesn't work, neither RcptNames.Add('Cc:myaddr...@serveur.com') RcptNames.Add(&#

Re: [twsocket] Cc: with TSmptClient ?

2010-02-19 Thread Jean-Paul Passama
Fredrik Larsson a écrit : Doesn't HdrCC := 'n...@none.com;sec...@none.com'; Work? No. -Original Message- From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On Behalf Of Jean-Paul Passama Sent: den 19 februari 2010 17:13 To: twsocket@eli

[twsocket] Cc: with TSmptClient ?

2010-02-19 Thread Jean-Paul Passama
Hi all, Don't find how to send a message with 1 receiver + some others receivers in Cc: Tried to add Cc: receivers in HdrCc but doesn't work, neither RcptNames.Add('Cc:myaddr...@serveur.com') Any ideas ? Thanks JP -- To unsubscribe or change your settings for TWSocket mailing list please

[twsocket] [SmtpClient] Progress bar ?

2009-01-14 Thread Jean-Paul Passama
Hi, Has someone any idea to get a progress bar to visualize the sending progression, as Thunderbird does, while sending a message (with heavy attachment) ? Thank you JP Passama -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mail

Re: [twsocket] HTTP Get problem (solved)

2007-04-24 Thread Jean-Paul Passama
Ok, sorry for that false alert. There was a difference in the parameters sent. Thank you Frans van Daalen a écrit : > did you test it with overbyteicshttptst.exe ? I get the same results as in > IE > > Frans > - Original Message - > From: "Jean-Paul Passama&q

[twsocket] HTTP Get problem.

2007-04-24 Thread Jean-Paul Passama
Hi all, I try this request with my browser : http://www.bridgeplus.com/get_participation_essai.php?cl=5500051&trn=M200704 I have a good result (Ok at the end). When I try it with the HTTPclient component, not the same result. (The PHP script is looking in a table for the club number 5500051 an

[twsocket] Problem with HTTPCli.Get

2007-03-29 Thread Jean-Paul Passama
Hi all, When I send a GET command with login/password, I see that the command is sended first without login/password then (less than 1 second after) with the Authorization field correctly filled. Do you have an idea about this ? Thank you JP Passama -- To unsubscribe or change your settings

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

2006-12-16 Thread Jean-Paul Passama
The error appears on DoRequestSync, at this line : if (FStatusCode >= 400) and (FStatusCode <> 401) and (FStatusCode <> 407) then raise EHttpException.Create(FReasonPhrase, FStatusCode); Thanks JP Francois PIETTE a écrit : >> Each THttpCli has a different Tag (1 to 5) to allow the >> R

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] How to uses many THttpCli simultaneously ?

2006-12-16 Thread Jean-Paul Passama
l the THttpCli uses the same RequestDone procedure (the THttpCli is known by its Tag : 1 to 5). Maybe not a good way to make this job. Any ideas ? Thanks a lot Jean-Paul Passama -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/tws

Re: [twsocket] HttpCli in v5 - Different Encoding Perhaps?

2006-07-14 Thread Jean-Paul Passama
Hi Marcello, These characters seem to be in UTF-8 code. JP Marcelo Grossi a écrit : > Hello, > > I'm having some trouble with HttpCli in an old app I have. I just > installed the new version (v5) and when I go parse some page I get from the > component the text is coming with some weird c

Re: [twsocket] Problem with Firewalls

2006-02-15 Thread Jean-Paul Passama
- Original Message - > From: "Jean-Paul Passama" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, February 15, 2006 1:30 PM > Subject: [twsocket] Problem with Firewalls > > >> Hi, >> >> I have made a program which send datas (text file) using a FTPC

[twsocket] Problem with Firewalls

2006-02-15 Thread Jean-Paul Passama
maybe something to do in the installation time, or maybe using Internet Explorer to send datas... Do you encounter this problem ? And how do you solve it ? Thanks Jean-Paul Passama Brdge+ www.bridgeplus.com -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elist