maho Posted December 3, 2014 Posted December 3, 2014 hello, Visual studio c++ .net do not extract the PixelSearch object How can I make this function array? int x = 0; int y = 0; Object^ pixel = au3.PixelSearch(461, 329, 1319, 784, 0x100C08, 0, 1);
maho Posted December 3, 2014 Author Posted December 3, 2014 hello, Visual studio c++ .net do not extract the PixelSearch object How can I make this function array? int x = 0; int y = 0; Object^ pixel = au3.PixelSearch(461, 329, 1319, 784, 0x100C08, 0, 1); Latest autoit define api AU3_API void WINAPI AU3_PixelSearch(LPRECT lpRect, int nCol, /*default 0*/int nVar, /*default 1*/int nStep, LPPOINT pPointResult); How can I sampled LPRECT ?
JohnOne Posted December 3, 2014 Posted December 3, 2014 I believe you need a point object in place of "0x100C08". AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
maho Posted December 4, 2014 Author Posted December 4, 2014 I believe you need a point object in place of "0x100C08". To access the dll directly without using the API What to do?
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