anixon Posted July 25, 2007 Posted July 25, 2007 I have downloaded AutoIT Beta v 3.2.5.0 and when running the Syntax Check Beta on image_get_info.au3 (refered to before by a responder) I get the following console message:C:\PLMapper\image_get_info.au3(76,21) : ERROR: DllStructDelete(): undefined function.DllStructDelete($p)If I go to Beta Help - DllStructDelete is not a listed Fuction ReferenceThis reference: http://www.autoitscript.com/forum/index.ph...13096&st=15to the latest version of the scripts zip file fails Ant..
MHz Posted July 25, 2007 Posted July 25, 2007 (edited) DllStructDelete() was removed quite some versions ago. This is how you destroy structs now DllStructDelete($struct) ; changed to the below $struct = 0 Edit: Fixed typo Edited July 25, 2007 by MHz
anixon Posted July 25, 2007 Author Posted July 25, 2007 DllStructDelete() was removed quite some versions ago. This is how you destroy structs now DllStructDelete($struct) ; changed to the below $struct = 0 Edit: Fixed typo Thanks for the information script works ok for *.bmp but fails to return data for *.jpg Ant
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