Closed ollydev closed 1 year ago
Compiles on Delphi 11 now. Lots less compiler warnings too. {$DEFINE Lape_Unicode} is now automatically enabled when using Delphi. Since String has been UnicodeString since Delphi 2009.
{$DEFINE Lape_Unicode}
String
UnicodeString
Compiles on Delphi 11 now. Lots less compiler warnings too.
{$DEFINE Lape_Unicode}
is now automatically enabled when using Delphi. SinceString
has beenUnicodeString
since Delphi 2009.