Re: ShellExecute() and Win XP
- Posted by sergelli Aug 26, 2012
- 1668 views
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????