ImageSearch2015 Problem

03/12/2016 20:13 datafabi#1
Hello,
I try to script a bot that press buttons if a picture is shown.
The current problem is that the bot do nothing when i start it.


If I let the #include <ImageSearch2015.au3> out the debugger says that the function _ImageSearch is unknown, thats normal I know, but at least it says something.

Can anyone help me please?
03/12/2016 23:16 alpines#2
You need the ImageSearch2015 UDF for that to work otherwise it won't.
03/12/2016 23:53 datafabi#3
I have all stuff from [Only registered and activated users can see links. Click Here To Register...] in the same dir where the script is and copyed the .dll into system32.
Do I have to do anything else?
03/13/2016 00:03 alpines#4
Leave the dll in the script folder otherwise you have to Regsvr32 it. You have to use " instead if <> in the include since your include is likely to be in your script dir.
03/13/2016 10:19 datafabi#5
I changed it to #include "ImageSearch2015.au3" but same problem
03/13/2016 11:00 alpines#6
Where's the error if you leave the include in?
03/13/2016 14:05 datafabi#7
There is no error shown, actually is there no difference between "" and <>.
Quote:
>"F:\autoit\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "F:\autoit\AutoIt3\Neuer Ordner\aaaaa.au3"
>Exit code: 0 Time: 0.5067
Without doing anything else then pressing F5 to start the script
03/13/2016 14:45 alpines#8
That shouldn't be the case since you've build in a While-Loop to not end to the script. Try to run the script without SciTE and look how it behaves.
03/15/2016 10:03 datafabi#9
It does nothing. Thats strange