Hi katahiromz,
> I'm using your resource compiler "windres".
> I found that windres cannot compile BITMAP or OWNERDRAW menu items.
Thank you for reporting this. In the future, please could you
report any binutils bugs via the bugzilla system here:
https://sourceware.org/bugzilla/enter_bug.cgi
Hello, I'm katahiromz.
I'm using your resource compiler "windres".
I found that windres cannot compile BITMAP or OWNERDRAW menu items.
1 MENU
{
POPUP "&File"
{
MENUITEM "This is a test #1", 100, BITMAP
MENUITEM "This is a test #2", 101, OWNERDRAW
}
}
I want you to fix t