[Lazarus] vtUnicodeString

Juha Manninen juha.manninen62 at gmail.com
Wed Feb 15 19:21:58 CET 2012


Thanks, I added it in r35381.

Juha


2012/2/15, Mattias Gaertner <nc-gaertnma at netcologne.de>:
>
> Juha Manninen <juha.manninen62 at gmail.com> hat am 15. Februar 2012 um 18:15
> geschrieben:
>
>> LCLProc has procedure DebuglnThreadLog which refers to vtUnicodeString
>> which doesn't compile with FPC 2.4.4.
>> It should be embedded in IFDEF. Is VER2_6 the right define? Like:
>>
>> {$ifdef VER2_6}
>>     vtUnicodeString:
>> s:=AnsiString(UnicodeString(s)+UnicodeString(Args[i].VUnicodeString));
>> {$endif}
>
>
> AFAIK 2.6 does not have it.
>
> {$IF FPC_FULLVERSION>=20701}
>
> Mattias
>




More information about the Lazarus mailing list