https://bugs.winehq.org/show_bug.cgi?id=41638
Bug ID: 41638 Summary: Wordpad, errors when compiling its resources on Windows Product: Wine Version: 1.9.22 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: programs Assignee: wine-bugs@winehq.org Reporter: carlo.bramix@libero.it Distribution: ---
I tried to compile WINE Wordpad outside the source tree but I got some errors. I fixed some of these error with this patch:
https://source.winehq.org/patches/data/127446
but there is one that I cannot understand very well. Both Microsoft RC and WINDRES highlight an error here:
https://github.com/wine-mirror/wine/blob/master/programs/wordpad/wordpad.rc#...
because the parameter after the text in a POPUP statement is not an identifier, but the flags described in this page:
https://msdn.microsoft.com/en-us/library/windows/desktop/aa381030(v=vs.85).a...
I have understood what the need is (grab the popup menu for the drop-down button in the toolbar), but this seems wrong to me. So, before providing anything on this, I wrote this bug to understand what you would like to do, because it is not very clear to me...
Sincerely.
https://bugs.winehq.org/show_bug.cgi?id=41638
Carlo Bramini carlo.bramix@libero.it changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #1 from Carlo Bramini carlo.bramix@libero.it --- Excuse me, a part of this seems to be my mistake. I do not know what happened when I saved the resource file, because MENUEX resource become a MENU and this was the cause of my second problem. The other patch that I had sent has been also committed, so this issue can be closed.
https://bugs.winehq.org/show_bug.cgi?id=41638
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |d38c0c3b7c8e309d868ce608047 | |448868b5ab4a9
https://bugs.winehq.org/show_bug.cgi?id=41638
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.9.23.