Srl error after update
Error: Don't know which overloaded method to call with params (Int32, Int64)
While trying to run any, even test script constisting of:
Simba Code:
program new;
{$DEFINE SMART} // comment this line out if you don't want to use SMART
{$i srl-6/srl.simba}
begin
clearDebug();
setupSRL();
end.
keep getting
Error: Don't know which overloaded method to call with params (Int32, Int64)
Compiling failed.