[Bug 24893] Explorer++ is missing most right-click options for files/folders

WineHQ Bugzilla wine-bugs at winehq.org
Thu Apr 29 22:32:58 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=24893

Damjan Jovanovic <damjan.jov at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
                 CC|                            |damjan.jov at gmail.com
             Status|UNCONFIRMED                 |NEW

--- Comment #8 from Damjan Jovanovic <damjan.jov at gmail.com> ---
The problem is that Explorer++ wants IContextMenu_QueryContextMenu() to provide
shellview IDs in a very small range, 1-1000, while the shellview constants are
very large, eg. FCIDM_SHVIEW_OPEN == 0x7102, which is beyond the end of range,
so all options get left out, and the right-click menu is blank.

The menu IDs for shellview constants need to be rebased to a smaller range of
values.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list