Jump to content

Recommended Posts

Posted

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);

 

 

Posted

 

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 ?
Posted

I believe you need a point object in place of "0x100C08".

To access the dll directly without using the API What to do?

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
×
×
  • Create New...