Jump to content
opiumhautopium1

FindcolorSpiralToleranceacess violation

Recommended Posts

got always problems with

FindcolorSpiralTolerance

for TY:=0 to High(Box) do
       if (FindcolorSpiralTolerance(Boxx,Boxy,Box[TY],bkx1, bky1, bkx2, bky2,1)=true)then
         begin
           writeln('Check Box '+inttostr(Boxx)+'/'+inttostr(Boxy)+'/'+inttostr(TY)+'/'+inttostr(Box[TY]));
           mouse(Boxx,Boxy); sendkey(zentrieren);
           break;
         end;

Runtime error (609 ms)

Execution error line 798 (if find color) acess violation at add 00df8480 in module 'scar.exe`Read of add 04c719ac

var Box : TIntegerArray;

and i got the right sf window aktivatet ;-P

i dont know whats wrong so please help me

greetings at 5 o clock in the morning

Edited by opiumhautopium1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
  • Create New...