We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See mesonbuild/meson#4105 (comment)
and http://llvm.1065342.n5.nabble.com/llvm-dev-Trying-to-cross-compile-LLVM-runtimes-to-Windows-td123514.html#a123549
So there is clearly a need to support such entries parsing
https://docs.microsoft.com/en-us/windows/desktop/menurc/menuex-resource
The text was updated successfully, but these errors were encountered:
Are there any news about this bug? It is very important for substituting MSVC with clang-cl.
Sorry, something went wrong.
I second this, the MENUEX resource type is used in MFC projects as well, so the support of MENUEX is very desirable.
Ran into this trying to build nsis: https://sourceforge.net/p/nsis/code/HEAD/tree/NSIS/trunk/Contrib/Makensisw/resource.rc
[llvm-rc] add support for MENUEX (#67464)
8b356f4
Fixes #39455.
Successfully merging a pull request may close this issue.
Extended Description
See mesonbuild/meson#4105 (comment)
and http://llvm.1065342.n5.nabble.com/llvm-dev-Trying-to-cross-compile-LLVM-runtimes-to-Windows-td123514.html#a123549
So there is clearly a need to support such entries parsing
https://docs.microsoft.com/en-us/windows/desktop/menurc/menuex-resource
The text was updated successfully, but these errors were encountered: