Re: [twsocket] Compiling latest ICS-beta

2006-03-10 Thread Merijn Terheggen
I also get the same parameter mismatch errors in BCB6 that Bjørnar mentioned in his mail. Any ideas? Bjørnar: are these errors gone in your set-up now? What did you do? I used the 20060309 beta and the forementioned constants are commented-out (I checked it). On 1/27/06, Bjørnar Nielsen [EMAIL

Re: [twsocket] THttpCli and redirected links bug - continued

2005-09-28 Thread Merijn Terheggen
I experienced the same RequestDone error and asked about it previously. I handled it by checking de StatusCode. On a RequestDone with StatusCode = 0, it's not the final one and more will follow. However, I seem to end up with clients that never generate a RequestDone anymore... That means clients

Re: [twsocket] Installing ICS under windows 3.11

2005-08-15 Thread Merijn Terheggen
If you can compile C++, you could check if you can use something out of the ptypes library. Since you only need communication and not all the overhead... How about setting up the communication thru SOAP? There *should* be a DOS implementation of SOAP out there somewhere... (perl on DOS? perl can

Re: [twsocket] HttpCli StatusCode = 0 causes problems

2005-07-27 Thread Merijn Terheggen
Lotauro [EMAIL PROTECTED] wrote: On 26-Jul-05 09:31:34 Merijn Terheggen wrote: Yes, I'm using the original client. Also the latest version. Don't you get the same results when you add a LocationChange event handler and set breakpoints in both the LocationChange and the RequestDone event

Re: [twsocket] HttpCli StatusCode = 0 causes problems

2005-07-26 Thread Merijn Terheggen
PROTECTED] wrote: On 23-Jul-05 17:04:48 Merijn Terheggen wrote: I noticed some behavior of HttpCli that caused me a LOT of headaches before I discovered what was going on and made a work-around. [...] Are you using the original HttpCli or an inherited version made by you? Bye, Maurizio

Re: [twsocket] HttpCli StatusCode = 0 causes problems

2005-07-23 Thread Merijn Terheggen
. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: Merijn Terheggen [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Saturday, July 23, 2005 6:04 PM Subject: [twsocket] HttpCli StatusCode = 0 causes problems I noticed some behavior of HttpCli