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
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 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.
There are currently 1 users browsing this thread. (0 members and 1 guests)