Ok so i'm new to SMART and I think i've encountered my first problem.
SCAR Code:
program New;
{.include srl/srl/misc/smart.scar}
{.Include srl/srl.scar}
begin
SMARTSetUp('world38', True, True, False);
SetTargetDC(SMARTGetDC);
SetUpSRL;
end.
And then I get this error:
Failed when compiling
Line 5: [Error] (16320:41): Invalid number of parameters in script
While in Scar C:\Program Files\Scar 3.20\Includes\Srl\Srl\Misc\SMART
It Clearly stats:
SCAR Code:
(worldnumber: integer; members, signed, superdetail: boolean)
I'mm pretty sure that I got all of them right but if I'm missing something please tell me. I also got this off the S.M.A.R.T. Tutorials.