Jump to content

imagesearch Exit code: -1073741819


Recommended Posts

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 by ParkJiHwan
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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...