Imagesearch tutorial?

05/18/2011 23:04 FriedTaco#1
Can anyone point me to a tutorial on how to use imagesearch in conjunction with autohotkey?

Thanks,
-Taco

Edit: I've figured out imagesearch, but I've encountered a new problem.

I'm trying to make a small script in autoit using ImageSearch, and I keep getting this error:

[Only registered and activated users can see links. Click Here To Register...]

My code is as follows:


Any advice?
05/19/2011 02:18 tbstewa#2
well I am not too good with autoIT but I am pretty sure that Imagesearch.au3 should be in your autoit includes folder. and the dll should be in the system folder?
05/19/2011 02:44 FriedTaco#3
Quote:
Originally Posted by tbstewa View Post
well I am not too good with autoIT but I am pretty sure that Imagesearch.au3 should be in your autoit includes folder. and the dll should be in the system folder?
The system folder being C:\Windows or something of the like? I've got both of those in the same folder as my script currently.
05/19/2011 17:33 tbstewa#4
yeah they are supposed to be in certain folders think the dll is supposed to be in c:\windows\system32 and the au3 is supposed to be in c:\program files\autoit\includes or something like that
05/20/2011 01:15 ~De@dly Silence~#5
Quote:
Originally Posted by tbstewa View Post
yeah they are supposed to be in certain folders think the dll is supposed to be in c:\windows\system32 and the au3 is supposed to be in c:\program files\autoit\includes or something like that
Nope.
It is perfectly fine if they are in any other folder as long as the path in the include command is set correctly.

//edit:
Oh, and the problem in the 1st post looks like you try to run the script as a x64 version. Try to run it as x86 version.
01/16/2012 09:28 dinzing#6
can anyone point me in the right driection for some info/help on how to use ImageSearch and SearchClick in autoit v3


thanks kindly in advance for any help/info