[Lazarus] String vs WideString
Michael Schnell
mschnell at lumino.de
Wed Aug 16 10:51:52 CEST 2017
On 15.08.2017 21:38, Ondrej Pokorny via Lazarus wrote:
>
> Furthermore, if you use(d) strings for binary data, just replace old
> string for AnsiString/RawByteString (and Char for AnsiChar, PChar for
> PAnsiChar) and you are good to go. Annoying but no big deal.
This only works if all tools that you use do the same. And a major tool
for handling strings is TStrings and it's siblings. You hardly an avoid
using same.
-Michael
More information about the Lazarus
mailing list