Re: [twsocket] Latest change in OverbyteIcsMimeDec.p as (Bj�rnar, Angus)

2009-10-16 Thread Angus Robertson - Magenta Systems Ltd
OverbyteIcsMimeDec.pas around line #2258 PFileName := DecodeMimeInlineValue (FDecodeW.FileName) ; PSubject := FDecodeW.Subject; {V7.18 Bjørnar} The subject should be IMO MIME inline decoded, shouldn't it? Probably, although since the subject does not apply to MIME parts I did

Re: [twsocket] ICS-based project upgrade problem to BCB2010

2009-10-16 Thread Arno Garrels
Fastream Technologies wrote: Now the ICS package does not compile either! And these are the defines in both package and project. NO_DEBUG_LOG;NO_ADVANCED_HTTP_CLIENT_FEATURES;SECURITY_WIN32;NO_STRICT;USE_SSL;NOFORMS Even with these conditionals defined the default package builds fine here.

Re: [twsocket] ICS-based project upgrade problem to BCB2010

2009-10-16 Thread Arno Garrels
Fastream Technologies wrote: Here they are: procedure SendText(const Str : RawByteString); {$IFDEF COMPILER12_UP} overload; procedure SendText(const Str : UnicodeString); overload; procedure SendText(const Str : UnicodeString; ACodePage : Cardinal); overload; {$ENDIF}