ParkJiHwan Posted April 5, 2014 Posted April 5, 2014 (edited) I used 32bit Windows7. this is my code, but It occur error.. Help me please.. I set dll, au3 file in correct directory When I use 64bit OS, It doesn't have the problem -------------------------------------------------------------------------------------------------------------- #include <MsgBoxConstants.au3> #include <ImageSearch.au3> global $y = 0, $x = 0 Ex() Func Ex() Local $room = _ImageSearchArea("room.bmp",1,638,0,838,175, $x, $y, 20, 0) MsgBox(0, "Example", "My variable is " & $room) EndFunc -------------------------------------------------------------------------------------------------------------- >"C:Program FilesAutoIt3SciTE..autoit3.exe" /ErrorStdOut "C:Macrotest.au3" >Exit code: -1073741819 Time: 16.601 Edited April 5, 2014 by ParkJiHwan
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now