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)
http://www.overbyte.be


----- Original Message ----- 
From: "Fastream Technologies" <[EMAIL PROTECTED]>
To: "ICS support mailing" <twsocket@elists.org>
Sent: Sunday, September 30, 2007 7:31 PM
Subject: Re: [twsocket] Bug in OverbyteICSHttpProt.pas


> Did you modify httpprot.pas (v6) as I wrote? By adding the definition of
> IFNDEF and defining NO_ADVANCED_HTTP_CLIENT_FEATURES? I am 100% sure there
> is a big problem! Also, with BCB2007 under Vista biz, I cannot debug 
> pascal
> component code even when the unit is included in project and it's debug
> compilation!! Any ideas??
>
> THANKS.
>
> Gorkem
>
>
> On 9/30/07, Francois PIETTE <[EMAIL PROTECTED]> wrote:
>>
>> 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 author of the freeware Internet Component Suite (ICS)
>> http://www.overbyte.be
>>
>> ----- Original Message -----
>> From: "Fastream Technologies" <[EMAIL PROTECTED]>
>> To: "ICS support mailing" <twsocket@elists.org>
>> Sent: Sunday, September 30, 2007 3:20 PM
>> Subject: [twsocket] Bug in OverbyteICSHttpProt.pas
>>
>>
>> > 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}
>> > {$IFNDEF NO_ADVANCED_HTTP_CLIENT_FEATURES} //NEW
>> >    {$DEFINE UseNTLMAuthentication}
>> >    {$DEFINE UseBandwidthControl}
>> >    {$DEFINE UseContentCoding}
>> > {$ENDIF} // NEW
>> > {$ENDIF}
>> >
>> > I believ ethere are low-level people like us who do not need these
>> > high-level features.
>> >
>> > 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
>>
>> --
>> 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
>>
>
>
>
> -- 
> CSA, Fastream Technologies
> Software IQ: Innovation & Quality
> www.fastream.com | Email: [EMAIL PROTECTED] | Tel: +90-312-223-2830
> Join IQWF Server Yahoo group at http://groups.yahoo.com/group/IQWFServer
> Join IQ Reverse Proxy Yahoo group at
> http://groups.yahoo.com/group/IQReverseProxy
> -- 
> 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 

-- 
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

Reply via email to