Results 1 to 2 of 2

Thread: SRL help

  1. #1
    Join Date
    May 2012
    Posts
    2
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Thumbs down SRL help

    Exception in Script: Unable to find file 'SRL\SRL.simba' used from ''
    How do I fix this?

  2. #2
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default

    Make sure these components aren't missing from your actual script that you're using.
    Simba Code:
    Program New;
    {$DEFINE SRL5}
    {$i SRL/srl.simba}

    // Long Script Stuff

    begin
      SetupSRL;
    end.

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
  •