On 9/8/20 12:28 PM, Haoyang Chen wrote:
Through windows 7, I found that OpenAs_RunDLL functions will open a dialog that can choose to specify the application. my idea is to skip this OpenAs_RunDLL and use wine's default application execution.
eg: ShellExecuteW(NULL, L"open", L"rundll32.exe", L"shell32.dll, OpenAs_RunDLL https://www.winehq.org/", NULL, SW_SHOW);
If it's only meant to open a dialog, why would you shellexec instead?
P.S. please cc wine-devel on replies.
在 2020/9/8 下午3:57, Nikolay Sivov 写道:
It's probably easier to implement OpenAs_RunDLL(). What is the full command line and what is supposed to happen on OpenAs_RunDLL() call?