anixon 0 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.. Share this post Link to post Share on other sites
MHz 80 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 Share this post Link to post Share on other sites
anixon 0 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 Share this post Link to post Share on other sites