Hello I've tried most of the tutorials and none of them seem to work, nothing compiles properly.
I get this error using SRL/simba.srl
RSWalker works, but isn't it just for walking?Code:Compiling failed.
Error: Unknown declaration "GetTickCount64" at line 295
Is OSR an alternative for SRL/simba? Does it work the same.Code:program New;
{$I SRL/OSR.simba}
{$I RSWalker/Walker.simba}
begin
SetupSrl;
end.
Thanks.
