BCB does not like the class member functions as well! It produces buggy 
header that then must be changed manually!!

Regards,

SZ

----- Original Message ----- 
From: "Francois Piette" <[EMAIL PROTECTED]>
To: "ICS support mailing" <twsocket@elists.org>
Sent: Monday, March 20, 2006 10:23 AM
Subject: Re: [twsocket] It's time to make ICS-V5 last release


> It looks like Delphi 2005 doesn't support class methods as property 
> getter.
> Since this is activated by contentcoding in HTTP component, you have to 
> disable it.
> Edit HttpProt.pas. At line 406 you'll find this code:
> {$IFDEF COMPILER5_UP}
>    {$DEFINE UseNTLMAuthentication}
>    {$DEFINE UseBandwidthControl}
>    {$DEFINE UseContentCoding}
> {$ENDIF}
> Change it like this:
> {$IFDEF COMPILER5_UP}
>    {$DEFINE UseNTLMAuthentication}
>    {$DEFINE UseBandwidthControl}
>    {$IFNDEF DELPHI9}
>        {$DEFINE UseContentCoding}
>    {$ENDIF}
> {$ENDIF}
>
> This will disable the feature for Delphi 2005. And ICS will compile.
>
> --
> [EMAIL PROTECTED]
> http://www.overbyte.be
>
> ----- Original Message ----- 
> From: "Pawel (WP)" <[EMAIL PROTECTED]>
> To: "ICS support mailing" <twsocket@elists.org>
> Sent: Sunday, March 19, 2006 10:14 PM
> Subject: Re: [twsocket] It's time to make ICS-V5 last release
>
>
>> Hi
>> Great, but when I tried to install latest version of  ICS v5 (Mar 09, 
>> 2006))
>> for Delphi 2005 I could't compile it and install...
>> What I do:
>> 1. Removing all dcu (obj) files from vc32 and internet directory.
>> 2. Opening IcsDel90.bdsproj file
>> 3. Compiling this... I got errors.
>>   - in HttpContCod unit ->
>> [Error] HttpContCod.pas(86): E2356 Property accessor must be an instance
>> field or method
>> [Error] HttpContCod.pas(87): E2356 Property accessor must be an instance
>> field or method
>> [Error] HttpContCod.pas(85): E2065 Unsatisfied forward or external
>> declaration: 'THttpContentCoding.WriteBuffer'
>> [Fatal Error] HttpProt.pas(439): F2063 Could not compile used unit
>> 'HttpContCod.pas'
>>
>> What I have to do? Could You fix this?
>> Thanks
>> Pawel Porwisz
>> ------------------
>>
>>
>> ----- Original Message ----- 
>> From: "Francois PIETTE" <[EMAIL PROTECTED]>
>> To: <twsocket@elists.org>
>> Sent: Sunday, March 19, 2006 8:06 PM
>> Subject: [twsocket] It's time to make ICS-V5 last release
>>
>>
>> >I plan to release ICS-V5. That is make the current ICS-V5 beta as the
>> > released version.
>> > Anyone have trouble with that ?
>> >
>> > My idea is that this ICS-V5 release will be the last V5 release. Only 
>> > bug
>> > fixes will be done on that version. All new features will be added to 
>> > V6
>> > only.
>> >
>> > --
>> > Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
>> > --
>> > [EMAIL PROTECTED]
>> > 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
>> >
>> >
>>
>>
>> -- 
>> 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 

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