Jump to content

Recommended Posts

Posted

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 Reference

This reference:

http://www.autoitscript.com/forum/index.ph...13096&st=15

to the latest version of the scripts zip file fails

Ant..

Posted (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 by MHz
Posted

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

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...