Results 1 to 5 of 5

Thread: Error Loading SMART 8

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

    Default Error Loading SMART 8

    When trying to load smart, I receive this error...

    [Error] C:\Simba\Includes\SRL/SRL/core/login.simba(956:8): Unknown identifier 'VariantIsBoolean' at line 955

  2. #2
    Join Date
    Dec 2011
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    I get this too.

  3. #3
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by Dont Blink View Post
    When trying to load smart, I receive this error...

    [Error] C:\Simba\Includes\SRL/SRL/core/login.simba(956:8): Unknown identifier 'VariantIsBoolean' at line 955
    Quote Originally Posted by afastngr View Post
    I get this too.
    Follow the Quick-setup Guide here first

    Then download the SMART8 zip here

    Extract the files from the zip and copy/replace them to your plugins directory (\Simba\Plugins\).

    Run this to test it is working

    Simba Code:
    program new;
    {$DEFINE SMART8}
    {$i srl/srl.simba}
    {$I SRL/SRL/misc/SmartGraphics.simba}

    begin
    ClearDebug();
    SetupSRL();
    end.

  4. #4
    Join Date
    Dec 2011
    Posts
    39
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by The Mayor View Post
    Follow the Quick-setup Guide here first

    Then download the SMART8 zip here

    Extract the files from the zip and copy/replace them to your plugins directory (\Simba\Plugins\).

    Run this to test it is working

    Simba Code:
    program new;
    {$DEFINE SMART8}
    {$i srl/srl.simba}
    {$I SRL/SRL/misc/SmartGraphics.simba}

    begin
    ClearDebug();
    SetupSRL();
    end.
    Ok the test works but the public script I tried to run didn't work and I got the error message.

  5. #5
    Join Date
    Jun 2007
    Location
    The land of the long white cloud.
    Posts
    3,702
    Mentioned
    261 Post(s)
    Quoted
    2006 Post(s)

    Default

    Quote Originally Posted by afastngr View Post
    Ok the test works but the public script I tried to run didn't work and I got the error message.
    It must be the script. Which script is it?

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
  •