Sep 2008 19:18:40 +0200 From: "Arno Garrels"
> <[EMAIL PROTECTED]> Subject: Re: [twsocket] Updating to
> C++Buulder2009
> To: "ICS support mailing" Message-ID:
> <[EMAIL PROTECTED]> Content-Type: text/plain;
> charset="iso-8859-1" Hi John, I
Date: Sun, 21 Sep 2008 19:18:40 +0200 From: "Arno Garrels"
<[EMAIL PROTECTED]> Subject: Re: [twsocket] Updating to C++Buulder2009
To: "ICS support mailing" Message-ID:
<[EMAIL PROTECTED]> Content-Type: text/plain;
charset="iso-8859-1" Hi John, I just
Hi John,
I just checked in a few CBuilder related changes.
Please check the SVN repository.
--
Arno Garrels
John Grabner wrote:
> I am trying to get ICS to compile for C++Builder 2009. I am using the
> V7 Alpha as my base. I get a compiler error in OverbyteIcsFtpSrv.pas
> at line 4250. Checking
>I am trying to get ICS to compile for C++Builder 2009. I am using the V7
> Alpha as my base.
Are your using it from SVN repository ? If not, please do it. The repository
has newer files compared to C++Builder Partner DVD which has files working
with latest fieldtest while you use RTM.
To acces
> TFptString is defined on lines
> 438 to 442 of OverbyteIcsFtpSrv.pas. The IFDEF checks for
> DELPHI3_UP. For C++ this gives short string as the type of
> TFtpString.
We are slowly removing all the legacy code for support of ancient
compilers, so that check will disappear in a day or two and b
I am trying to get ICS to compile for C++Builder 2009. I am using the V7
Alpha as my base. I get a compiler error in OverbyteIcsFtpSrv.pas at
line 4250. Checking OverbyteicsFtpSrvC.pas I find at line 391 three
overloaded versions of the function. One takes an AnsiString the other
take UnicodeS