Results 1 to 2 of 2

Thread: Some Help!

  1. #1
    Join Date
    Oct 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Some Help!

    Hey, I just started on Simba and I get this error:
    Code:
    Exception in Script: Duplicate declaration "procedure((False=0, True=1))" at line 273, column 51 in file "C:\Simba\Includes\srl-6\lib\misc\smart.simba"
    when I run this script:
    Code:
    program new;
    {$DEFINE SMART}
    {$i srl-6/SRL.simba}
    
    begin
      SetupSRL();
    end.
    How can I fix this?

  2. #2
    Join Date
    Oct 2013
    Location
    East Coast USA
    Posts
    770
    Mentioned
    61 Post(s)
    Quoted
    364 Post(s)

    Default

    I want to say this is the error I was getting when I had the old version of SMART installed. Did you do a fresh install/update of everything?

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
  •