Program on 32-bit

09/13/2014 18:11 Vossik#1
Hey guys,
is there some way to run script with ImageSearchDLL.dll on Windows 32-bit? I says "ImageSearchDLL.dll is not designed to run on windows or contains an error"... I think it 'cause dll is for 64bit but i didn't found any dll for 32bit...
09/13/2014 20:35 KDeluxe#2
Code:
#AutoIt3Wrapper_UseX64=n ; 32 Bit application
Add this line at the top of your script.
09/13/2014 20:41 Vossik#3
Quote:
Originally Posted by KDeluxe View Post
Code:
#AutoIt3Wrapper_UseX64=n ; 32 Bit application
Add this line at the top of your script.
I've added it but it still show me same error
09/13/2014 20:49 KDeluxe#4
Download the .dll which you need from [Only registered and activated users can see links. Click Here To Register...]
09/13/2014 20:51 Paraly#5
put the .dll file into
Code:
C:\Windows\system32\
09/13/2014 21:01 KDeluxe#6
It's not necessary to copy the .dll in a system folder. Leave the .dll in the same directory as the script.
09/13/2014 21:01 Vossik#7
Quote:
Originally Posted by KDeluxe View Post
Download the .dll which you need from [Only registered and activated users can see links. Click Here To Register...]
Quote:
Originally Posted by Paraly View Post
put the .dll file into
Code:
C:\Windows\system32\
Tried both still same error... Here is source code if it could help u...
[Only registered and activated users can see links. Click Here To Register...]