Jump to content

ImageSearch error


avidovi
 Share

Recommended Posts

Hello friends,

i need your help and advice regarding the image search function.

I need to click an image on a web site. after using the image search function i am getting the following error, on the image search function

if $result[0]="0" then return 0
if $result^ ERROR

I am using the x64 configuration with the following files attached

thanks for helping..

ImageSearch 64 bit.rar

Link to comment
Share on other sites

I think is not returning an array. check @error after call funtion.

 

Saludos

Link to comment
Share on other sites

Of couse. but you must check @error after dllcall to check correct error.

 

Saludos

Link to comment
Share on other sites

Simple check with a msg

msgbox(0,"",@error) ;look in help file the error
if $result[0]="0" then return 0
if $result^ ERROR

Saludos

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...