[twsocket] Bug in OverbyteICSHttpProt.pas

2007-09-30 Thread Fastream Technologies
Hello, Could somebody please try to compile this unit with the defines: NOFORMS;SECURITY_WIN32; and no content-coding, no bandwidth limitation and no NTLM? It gives strange pascal errors that needs fixes. BTW, to test the behavior, please modify your source top part as, {$IFDEF COMPILER5_UP}

Re: [twsocket] Bug in OverbyteICSHttpProt.pas

2007-09-30 Thread Francois PIETTE
I have no problem to compile a simple console mode project with those defines. Please tell me what are the exact errors and where they occurs. Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] The author of the freeware multi-tier middleware MidWare The

Re: [twsocket] Bug in OverbyteICSHttpProt.pas

2007-09-30 Thread Francois PIETTE
I have modified ICS-V6 as you showed. I used the defines as you said. I used RAD Studio 2007. Put a sample program somewhere for other to test. -- [EMAIL PROTECTED] The author of the freeware multi-tier middleware MidWare The author of the freeware Internet Component Suite (ICS)

Re: [twsocket] Bug in OverbyteICSHttpProt.pas

2007-09-30 Thread Arno Garrels
Fastream Technologies wrote: Any ideas?? Are you using the same ICS-files that worked with BCB2006? The package compiles and a new VCL-Application with a THttpCli dropped on the form compiles as well. Remember that you and I made some changes to get it working in BCB, those changes are not yet in

[twsocket] Lost handles using TWSocket.

2007-09-30 Thread Mallough, Mitchell W HS
To All, I have inherited an application that uses UDP to communicate between a DLL (previously 16-bit) and a 32-bit EXE. A long time ago we saw a problem with Windows 98 where the fairly rapid opening and closing of sockets resulted in lost handles. This appeared to be a defect in the Winsock

Re: [twsocket] Bug in OverbyteICSHttpProt.pas

2007-09-30 Thread Fastream Technologies
Yes there is absolutely a bug with the new conditional check--there is pass of a pointer instead of a reference or something like that in OnDocData as Arno said. Best Regards, SZ On 9/30/07, Arno Garrels [EMAIL PROTECTED] wrote: Arno Garrels wrote: Fastream Technologies wrote: Any

Re: [twsocket] Bug in OverbyteICSHttpProt.pas

2007-09-30 Thread Fastream Technologies
Also, Francois, you need to compile the Ics v6 ssl bcb package _under_ BCB, not delphi, then install. Plus the const in send() and sendto() must be removed to have the code compile! And as Arno wrote, the icons are missing as well On 10/1/07, Fastream Technologies [EMAIL PROTECTED] wrote: