I downloaded and installed Simba 1.2 from here. I cloned SRL into C:\Simba\Includes. The script:
Simba Code:
program Test;
{$DEFINE SMART}
{$I SRL/OSR.simba}
begin
end.
Fails with the message below and the GUI freezes. Simba must be force closed.
Code:
Error: Access violation
Compiling failed.
Exception TLPThread.Destroy: Access violation
The script:
Simba Code:
program Test;
{$I SRL/OSR.simba}
begin
end.
Fails with:
Code:
... hints ...
Compiled successfully in 1047 ms.
Error: Access violation at line 19
Execution failed.
Exception TLPThread.Destroy: Access violation
And is at line 19 in onterminate.simba but the GUI still works. I tried with the plugins downloaded automatically by Simba 1.1 and the plugins here.