Jump to content

DllCall problem (again)


erebus
 Share

Recommended Posts

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...

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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