Jump to content

Recommended Posts

Posted

I heard this function was deleted?? And whenever I try to use, autoit says there no function named DllStructDelete. Any ideas? Anyone make a new function?

Posted

@Danny35d

That link is showing the creation of Struct functions. It is not how Struct functions are today. DllStructFree() was never used IIRC, DllStructDelete() was used and then it was removed for a simpler method as randall shows.

$var = ''

:P

Posted (edited)

I heard this function was deleted?? And whenever I try to use, autoit says there no function named DllStructDelete. Any ideas? Anyone make a new function?

From the help file:

To release allocated memory just reset the returned variable to 0.

If you want the function or your using an old script that calls it, try adding this to the script.

Func DllStructDelete($stStruct)
    $stStruct = 0
EndFunc
Edited by eltorro
Posted

From the help file:

If you want the function or your using an old script that calls it, try adding this to the script.

Func DllStructDelete($stStruct)
    $stStruct = 0
EndFunc
 oÝ÷ Ûú®¢×)ä¶­¶èº_¢¶¦{­y©ÝÊ·öYlyæºwZéíjWåk§Ô©yÈÆ¥,¨¹ÊÞj×ì%¡Æ¥½ªâi¹^ªê-Ó~¬µ+k¹Ëjº[rrý»azËk¹Ën­ëhÛazw^²ÚèÊØ^rr{eÈ­!/z{a¢è!¶­rrÇ^²ÚèÉçZºÚ&jØjYr¢{a{²¢ëh~Ø^~éܶ*'6ax"±Ú'-ê+§jV®¶­s`¤Öâ ¤gVæ2Öâ¢Æö6Âb33c·e7G'V7BÒFÆÅ7G'V7D7&VFRgV÷C¶çBgV÷C²¢FÆÅ7G'V7E6WDFFb33c·e7G'V7BÂÂ3"¢×6t&÷CbÂgV÷C²gV÷C²ÂFÆÅ7G'V7DvWDFFb33c·e7G'V7B¢FÆÅ7G'V7DFVÆWFRb33c·e7G'V7B¢×6t&÷CbÂgV÷C²gV÷C²ÂFÆÅ7G'V7DvWDFFb33c·e7G'V7B¤VæDgVæ0 ¤gVæ2FÆÅ7G'V7DFVÆWFRb33c·b¢b33c·bÒ¤VæDgVæ0 oÝ÷ Ø-g¬±¨n^³¥ÈhÃ}¢{kjËm«^Å©©ì"¶®¶­s`¤Öâ ¤gVæ2Öâ¢Æö6Âb33c·e7G'V7BÒFÆÅ7G'V7D7&VFRgV÷C¶çBgV÷C²¢FÆÅ7G'V7E6WDFFb33c·e7G'V7BÂÂ3"¢×6t&÷CbÂgV÷C²gV÷C²ÂFÆÅ7G'V7DvWDFFb33c·e7G'V7B¢FÆÅ7G'V7DFVÆWFRb33c·e7G'V7B¢×6t&÷CbÂgV÷C²gV÷C²ÂFÆÅ7G'V7DvWDFFb33c·e7G'V7B¤VæDgVæ0 ¤gVæ2FÆÅ7G'V7DFVÆWFR'&Vbb33c·b¢b33c·bÒ¤VæDgVæ0

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
×
×
  • Create New...