MasonMill Posted July 9, 2010 Posted July 9, 2010 Anyone know why you get Error locking region 2? Im using GDIPlus()
Mat Posted July 9, 2010 Posted July 9, 2010 What version of AutoIt are you using? What function is it failing on? We need more info than just GDIPlus and 2. If it's _GDIPlus_BitmapLockBits then you have a problem, as that would mean that a return type of 'int' is not recognized which would not be good... Mat AutoIt Project Listing
MasonMill Posted July 9, 2010 Author Posted July 9, 2010 ok i looked it up on the DLL and the error is: DllStructGetData @ERROR 2 = Element value out of range.
MvGulik Posted July 10, 2010 Posted July 10, 2010 MasonMill: Don't intentional double post. 116931 "Straight_and_Crooked_Thinking" : A "classic guide to ferreting out untruths, half-truths, and other distortions of facts in political and social discussions.""The Secrets of Quantum Physics" : New and excellent 2 part documentary on Quantum Physics by Jim Al-Khalili. (Dec 2014) "Believing what you know ain't so" ... Knock Knock ...
Mat Posted July 10, 2010 Posted July 10, 2010 That means that a value you submitted is out of range Code? AutoIt Project Listing
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