On 02.03.2013 15:12, Xiangrong Fang wrote:
  * Avoid using AnsiString or the like (as all my programs use string
    type, change them all to AnsiString is scaring and I don't know the
    consequence at all).

Are your programs compiled in either {$mode Delphi} or {$mode ObjFPC}{$H+}? If so then "String" = "AnsiString" already... (otherwise String is equivalent to ShortString)

Regards,
Sven

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to