Hey all,
Yet another error when implementing a break handler. This time it's a ttimemarker.start procedure error, but its not in my script at all, I've tried searching for it with no avail.
This is the error I get when trying to run the script:
Simba Code:Error: Access violation at line 392
Execution failed.
And this is line 392: (The third line)
Simba Code:procedure TTimeMarker.start();
begin
Self.__prevMark := getTickCount64(); // used for adding time after a pause
Help would be appreciated, @The Mayor
Josh


Reply With Quote