Re: ShellExecute() and Win XP
- Posted by ghaberek (admin) Aug 26, 2012
- 1650 views
sergelli said...
I changed the following lines of library win32Lib.we
global procedure shellExecute( object verb, sequence file, atom style) VOID = shellExecuteEx(verb, file, "", "", style, 0)
By
global procedure shellExecute( object verb, sequence file, sequence arg, atom style) VOID = shellExecuteEx(verb, file, arg, "", style, 0)
...and now also ran on XP
Does it have other consequences????
I'm sure you could just call shellExecuteEx directly, no? The "arg" parameter seems to be the varying difference there...
-Greg