Launching Shell Links (LNKs) from WOW64

后端 未结 4 623
执念已碎
执念已碎 2021-01-14 13:33

Our 32-Bit application launches Windows LNK files (Shell Links) via ShellExecute. When it tries to \"launch\" a link to a 64-Bit binary (such as the \"Internet Explorer (64-

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-14 14:05

    You could spawn an explorer.exe process which calls on the LNK.

    Is there a particular reason you can't compile your program as a 64bit application?

提交回复
热议问题