BCB doesn't like class methods as property getters. I already fixed that in V6, here's the same in V5: http://www.duodata.de/misc/delphi/HttpContCod.zip
"Fixed" means, that BCB is happy now, I did not check whether the content coding stuff is working correctly. --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Francois PIETTE wrote: > I think this has been fixed not so long ago. Do a little serach in the > mailing list for the past few months. > > -- > Contribute to the SSL Effort. Visit > http://www.overbyte.be/eng/ssl.html -- > [EMAIL PROTECTED] > http://www.overbyte.be > > > ----- Original Message ----- > From: "Albert Wiersch" <[EMAIL PROTECTED]> > To: "'ICS support mailing'" <[email protected]> > Sent: Monday, August 14, 2006 11:20 PM > Subject: [twsocket] Latest V5 BETA in C++Builder 2006 Compile problems > > >> >> I'm trying to use the latest V5 BETA in C++Builder 2006. >> >> I get: >> [C++ Error] Httpcontcod.hpp(87): E2347 Parameter mismatch in read >> access specifier of property Active >> Full parser context >> HttpProt.hpp(25): #include >> C:\AlC_BuilderComponents2006\ICSV5\Delphi\Vc32\Httpcontcod.hpp >> Httpcontcod.hpp(23): namespace Httpcontcod >> Httpcontcod.hpp(71): class THttpContentCoding >> [C++ Error] Httpcontcod.hpp(88): E2347 Parameter mismatch in read >> access specifier of property Coding >> Full parser context >> HttpProt.hpp(25): #include >> C:\AlC_BuilderComponents2006\ICSV5\Delphi\Vc32\Httpcontcod.hpp >> Httpcontcod.hpp(23): namespace Httpcontcod >> Httpcontcod.hpp(71): class THttpContentCoding >> >> For these lines in Httpcontcod.hpp: >> __property bool Active = {read=GetActive, nodefault}; >> __property AnsiString Coding = {read=GetCoding}; >> >> -- >> Albert Wiersch >> AI Internet Solutions >> [EMAIL PROTECTED] >> http://www.htmlvalidator.com/ >> >> >> -- >> 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
