blahblahblah5038 Posted April 20, 2008 Posted April 20, 2008 I am in the process of writing a dll file, and generically speaking is there a way to have the function return a pointer or array, in this case a pointer to a set of doubles that I could access like an array? If so, how? Noteworthy works:Fast Pixel SearchSigned: WG
Moderators SmOke_N Posted April 20, 2008 Moderators Posted April 20, 2008 I am in the process of writing a dll file, and generically speaking is there a way to have the function return a pointer or array, in this case a pointer to a set of doubles that I could access like an array? If so, how?DllStruct* functions in the help file. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
blahblahblah5038 Posted April 20, 2008 Author Posted April 20, 2008 Thanks, this should help alot. Noteworthy works:Fast Pixel SearchSigned: WG
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