Jump to content

wwilk

Members
  • Posts

    1
  • Joined

  • Last visited

wwilk's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. Hello Heres my simple code: #include "_ImageSearch_UDF.au3" Local $path = @ScriptDir & "\Data\Images" & "\chest.png" Local $imagesearch = _ImageSearch($path,100,True) if FileExists($path) Then     MsgBox(0, "", $imagesearch[1]) Endif MouseMove($imagesearch[1], $imagesearch[2],5) and im having this type of error: + DllCall: C:\Users\Wilq\AppData\Local\ImageSearchUDF\ImageSearchDLL_MTXP.dll ! Search not found ! I've downloaded the ImageSearch UDF file from the AutoIt forum and placed the ImageSearch UDF file in the AutoIt "Include" directory. Its strange but example sripts are working but when im trying to run my code it is not. Appreciate for any help or hint
×
×
  • Create New...