[Lazarus] vtUnicodeString

Mattias Gaertner nc-gaertnma at netcologne.de
Wed Feb 15 18:37:08 CET 2012


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20120215/419a637b/attachment-0003.html>


More information about the Lazarus mailing list