You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
The PS_BTSTRINGNATIVE mode was added to break away from binding to AnsiString. This mode is in TODO state.
In the first place, it was important to compile at all. Next, you need to look at all the places with strings...
It is very labor intensive.
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?
The text was updated successfully, but these errors were encountered: