Everytime I try to use the function, GetSystemTime, it works fine, but when I attempt to setup SRL along with it, it will return no value.
E.g.
Simba Code:program new;
{$i SRL/SRL.scar}
begin
SetupSRL;
writeln(GetSystemTime);
end.
Are there any ways to circumvent this?



Reply With Quote







