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