MrChris Posted July 26, 2006 Posted July 26, 2006 I found a script on the web that uses a function called DllStructDelete but when trying to recompile using the latest beta I found that there is no function of that name.? Was it replaced with another function name? MrChris
Moderators big_daddy Posted July 26, 2006 Moderators Posted July 26, 2006 I found a script on the web that uses a function called DllStructDelete but when trying to recompile using the latest beta I found that there is no function of that name.? Was it replaced with another function name? MrChrisReplace: DllStructDelete($var)oÝ÷ Ùh«¢+ØÀÌØíÙÈôÀ
eltorro Posted July 26, 2006 Posted July 26, 2006 (edited) As an option you could add the following to the script Func DllStructDelete( ByRef $v_var) $v_var = 0 EndFunc Useful if there are a few of them, or you don't want to change the original code. Edited July 26, 2006 by eltorro Regards, [indent]ElTorro[/indent][font="Book"] Decide, Commit, Achieve[/font]_ConfigIO.au3Language Translation --uses Google(tm) MsgBox Move XML wrapper UDF XML2TreeView Zip functionality Split your GUI Save Print ScreenZipPluginEdit In Place listviewSome of my scripts on Google code
jpm Posted July 26, 2006 Posted July 26, 2006 Nothing if it is a local variable and you just return after as tyhe local variable will be destroyed by the return mechanism
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