{$i srl/srl.simba} Suddenly stopped working for me :/
Hello, I've been a member here at Villavu for quite some time now, and I've NEVER had problems with {$i srl/srl.simba}. Now, earlier this month I bought a new laptop, and Installed Simba, however, the function {$i srl/srl.simba} stopped working for me.
Now, PLEASE READ THIS:
-I've read EVERY tutorial
-I've read EVERY help post related to my problem (And none have worked for me)
-I've tried YouTube and Google for answers, to no success.
When I try to run a simple script like:
Simba Code:
Program ChopTree;
{$i srl/srl.simba}
Begin
SetupSRL;
end.
I get this message:
Error: File "srl/srl.simba" not found at line 2
Compiling failed.