erebus Posted November 25, 2007 Posted November 25, 2007 Hello, I have again the same problem with DllCall, having a line of code not executed properly due to new stable version changes... The line is: $check = DllCall($dll, "int", "SevenZip", "hwnd", 0, "str", 'x ' & $7ZParams & ' -o' & $Target & ' ' & $CabFile & ' ' & $filter, "str", "", "int", 65535) ($dll is referred to 7-zip32.dll) ...what change do I have to make so as this thing to continue working with 3.2.10.0 ? As it is now, my script just skips this step. I 've read the helpfile but didn't manage to find what is wrong now. Thank you in advance, P.S. I hope the devs stop someday changing DllCall syntax...
Zedna Posted November 25, 2007 Posted November 25, 2007 P.S. I hope the devs stop someday changing DllCall syntax...It's evolution! Resources UDF ResourcesEx UDF AutoIt Forum Search
erebus Posted November 25, 2007 Author Posted November 25, 2007 Ok false alarm, my fault. Works as expect.
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