<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
 <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
 </head>
 <body>
  <p style="margin: 0pt;">
   <span>
    <span></span>
   </span>
  </p>
  <p style="margin: 0px; "></p>
  <div style="margin: 5px 0px;">
   <br/>
   Juha Manninen <juha.manninen62@gmail.com> hat am 15. Februar 2012 um 18:15 geschrieben:
   <br/>
   <br/>
   > LCLProc has procedure DebuglnThreadLog which refers to vtUnicodeString
   <br/>
   > which doesn't compile with FPC 2.4.4.
   <br/>
   > It should be embedded in IFDEF. Is VER2_6 the right define? Like:
   <br/>
   >
   <br/>
   > {$ifdef VER2_6}
   <br/>
   >     vtUnicodeString:
   <br/>
   > s:=AnsiString(UnicodeString(s)+UnicodeString(Args[i].VUnicodeString));
   <br/>
   > {$endif}
  </div>
  <p style="margin: 0px;"> </p>
  <p style="margin: 0px;">AFAIK 2.6 does not have it.</p>
  <p style="margin: 0px;"> </p>
  <p style="margin: 0px;">{$IF FPC_FULLVERSION>=20701}</p>
  <p style="margin: 0px;"> </p>
  <p style="margin: 0px;">Mattias</p>
  <p style="margin: 0px;"> </p>
 </body>
</html>