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

Code:
Compiling failed.
Error: Unknown declaration "GetTickCount64" at line 295
RSWalker works, but isn't it just for walking?

Code:
program New;
  {$I SRL/OSR.simba}
  {$I RSWalker/Walker.simba}

begin
  SetupSrl;
end.
Is OSR an alternative for SRL/simba? Does it work the same.

Thanks.