PDA

View Full Version : Error Loading SMART 8



Dont Blink
03-05-2013, 01:00 AM
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

afastngr
03-07-2013, 06:27 AM
I get this too.

The Mayor
03-07-2013, 06:43 AM
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


I get this too.

Follow the Quick-setup Guide here (http://villavu.com/forum/showthread.php?t=47714) first

Then download the SMART8 zip here (https://github.com/downloads/BenLand100/SMART/SMARTv8.0.zip)

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

Run this to test it is working

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

begin
ClearDebug();
SetupSRL();
end.

afastngr
03-07-2013, 06:48 AM
Follow the Quick-setup Guide here (http://villavu.com/forum/showthread.php?t=47714) first

Then download the SMART8 zip here (https://github.com/downloads/BenLand100/SMART/SMARTv8.0.zip)

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

Run this to test it is working

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.

The Mayor
03-07-2013, 06:57 AM
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?