Results 1 to 3 of 3

Thread: Cant install simba

  1. #1
    Join Date
    Nov 2009
    Posts
    471
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default Cant install simba

    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.

  2. #2
    Join Date
    Jun 2015
    Posts
    36
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by tom99 View Post
    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
    Last edited by daileyj93; 11-30-2018 at 03:32 PM.

  3. #3
    Join Date
    Nov 2009
    Posts
    471
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    It worked thanks

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •