After making some DTMs, I decided to try them out. I get an error whenever I try finding the DTMs. I've tried several scripts to test DTMs, and I get a similar error, pointing to any FindDTM method.
Using my script, I get this error:
The error is shown in C:\Simba\Includes\SRL\SRL\core\amount.scar, at line 64, containing:Code:Error: Exception: Invalid pointer operation at line 64
Simba Code:'dtm': Result := FindDTM(Ident, x, y, Area.x1, Area.y1, Area.x2, Area.y2);
And when I run this code:
Simba Code:program New;
var Vial,x,y:integer;
begin
Vial := DTMFromString('78DA63AC666460286740017509960CFF81345' + '086E13F1030B663AA81C8C248205D0B64D51050934F849A2A202B' + '8B809A26202B13BF1A0034E80BCD');
if FindDTM(Vial,x, y,1, 1, 200, 200) then
writeln('Found DTM')
end.
I get:
Care to help? I've been working on this issue for like an hours now, lol. Trying to figure out what's wrong. Figured I'd post before bed. It's probably something completely retarded.Code:Error: Exception: Invalid pointer operation at line 5



Reply With Quote














