nielsAD / lape

Scripting engine with Pascal-like syntax for FPC and Delphi
118 stars 28 forks source link

Delphi compile fixes #190

Closed ollydev closed 1 year ago

ollydev commented 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.