PDA

View Full Version : Question on Simba set-up (SRL-6 folder missing)



boscolamhk
11-13-2014, 11:55 AM
Hi everyone,

I am new to Simba and trying to setup according to this link:
https://villavu.com/forum/showthread.php?t=47714
However, I cannot find a folder called SRL-6 in Simba/Includes/ folder as mentioned below in step 1. May I know if I have to create the file manually?
(I tried uninstall and do the installation again but there is still no such folder).

1. Navigate to your Simba/Includes/ folder, and make sure you have both an SPS and an SRL-6 folder.
2. Go back to Simba, and copy/paste the following code into the text editor:
Simba Code:
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.

NKN
11-13-2014, 11:59 AM
Did you enable the SRL Extension and update it?

boscolamhk
11-14-2014, 12:20 PM
Yea?the problem is now solved. Thanks.

reyrey389
03-21-2015, 10:07 PM
hey, i'm still getting this error, I have SRL Extension updated and I still can't find anything in "Includes" in the functionlist on simba. I see content in this folder when I open Simba in OS(C:) (in windows explorer). but in simba itself I can't find anything inside.


HEre's what I did.

Update and Force Update SRL/SPS
Type this in my Simba Code:

program new;
{$DEFINE SMART}
{$i srl-6/srl.simba}

begin
clearDebug();
setupSRL();
end

Anyone know what could be wrong here? Any help would be appreciated