PDA

View Full Version : Cant install simba



tom99
11-30-2018, 02:57 PM
I updated everything. Script i i use is this [script} program new;
{$DEFINE SMART} // comment this line out if you don't want to use SMART
{$i srl-6/srl.simba}

begin
clearDebug();
setupSRL();
end.

[/script]
Error: File "srl-6/srl.simba" not found at line 3
i get this even if i manually install srl6 put it in plugins i get the same. what to do.

daileyj93
11-30-2018, 03:30 PM
i get this even if i manually install srl6 put it in plugins i get the same. what to do.
srl-6 should be in the Includes folder, not Plugins
and make sure the directory names match what you have in the script
So it should be: Simba -> Includes -> srl-6 -> srl.simba

tom99
11-30-2018, 03:52 PM
It worked thanks