zvikush Posted December 1, 2008 Posted December 1, 2008 Hi, those functions are exactly what i need but it wont run!!! while performing the include <#crypto.au3> i get an error massage for DllstructDelete that looks like that: C:\Program Files\AutoIt3\Include\DllStruct.au3(136,21) : ERROR: DllStructDelete(): undefined function. DllStructDelete($p) ~~~~~~~~~~~^ to tell you the truth, i cant find it anywhere! not in my helpfile (Regular and beta 3.2.13.11) and not in crypto.au3 ot dllstruct.au3... i must be doing something wrong, please help...
wraithdu Posted December 3, 2008 Posted December 3, 2008 Umm, that's cause it's not there anymore...check the changelog. Just change the code to $name_of_struct = 0 to delete the struct. But even that is not explicitly necessary now.
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