Jump to content

dondavis

Members
  • Posts

    1
  • Joined

  • Last visited

dondavis's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hi thank you for your library but i have serious problem with it. #include "FastFind.au3" #Include <WinAPI.au3> #include <Array.au3> AutoItSetOption("WinTitleMatchMode", 4) Global $Diff Func MakeScreen1 () While 1 FFSnapShot(0,0,100,100,1) ;FFDuplicateSnapShot(1,3) ConsoleWrite("FFSnapShot1" & @CRLF) Sleep(1000) FFSnapShot(0,0,100,100,2) ;FFDuplicateSnapShot(2,4) ConsoleWrite("FFSnapShot2" & @CRLF) Sleep(1000) $Diff = FFIsDifferent(1,2) ConsoleWrite("FFIsDifferent: " & $Diff & @CRLF) WEnd EndFunc MakeScreen1()There are allways errors after FFIsDifferent function execution, when i try to make new snapshot at same slot. And also it breaks While.
×
×
  • Create New...