I installed this fork to use Strings.
I realized I had to set
{$DEFINE PS_BTSTRINGNATIVE} { optional: default: not defined }
in file PascalScript.inc in order for TbtString to be String.
But even when running the simplest Console samples, Exec.LoadData(Data) fails.
In order to compile the samples, I had to change AnsiString to TbtString to satisfy the compiler.
What am I doing wrong?