WillH Posted October 14, 2012 Posted October 14, 2012 basically what i want to know is can i call the dll from a different directory? basically instead of: $result = DllCall("ImageSearchDLL.dll","str","ImageSearch","int",$x1,"int",$y1,"int",$right,"int",$bottom,"str",$findImage) can i do somthin like: $result = DllCall("@ScriptDir\data\ImageSearchDLL.dll","str","ImageSearch","int",$x1,"int",$y1,"int",$right,"int",$bottom,"str",$findImage) ....cause ive tried and i just get an error
JohnOne Posted October 14, 2012 Posted October 14, 2012 Yes.@ScriptDir & "dataImageSearchDLL.dll" AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
WillH Posted October 14, 2012 Author Posted October 14, 2012 oh geeze, thank you soo much!! that makes perfect sense lol
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