[Bug binutils/26340] windres: AUTOCHECKBOX default style must have WS_TABSTOP style

2020-08-25 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26340 --- Comment #9 from katayama.hirofumi.mz at gmail dot com --- Created attachment 12795 --> https://sourceware.org/bugzilla/attachment.cgi?id=12795=edit The patch -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/26340] windres: AUTOCHECKBOX default style must have WS_TABSTOP style

2020-08-05 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26340 katayama.hirofumi.mz at gmail dot com changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED

[Bug binutils/26340] windres: AUTOCHECKBOX default style must have WS_TABSTOP style

2020-08-05 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26340 --- Comment #8 from katayama.hirofumi.mz at gmail dot com --- This report is correct. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/26340] windres: AUTOCHECKBOX default style must have WS_TABSTOP style

2020-08-05 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26340 --- Comment #5 from katayama.hirofumi.mz at gmail dot com --- Created attachment 12749 --> https://sourceware.org/bugzilla/attachment.cgi?id=12749=edit compiled with windres -- You are receiving this mail because: You are on the CC l

[Bug binutils/26340] windres: AUTOCHECKBOX default style must have WS_TABSTOP style

2020-08-05 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26340 --- Comment #4 from katayama.hirofumi.mz at gmail dot com --- Created attachment 12748 --> https://sourceware.org/bugzilla/attachment.cgi?id=12748=edit compiled with MSVC rc -- You are receiving this mail because: You are on the CC l

[Bug binutils/26340] windres: AUTOCHECKBOX default style must have WS_TABSTOP style

2020-08-05 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26340 --- Comment #6 from katayama.hirofumi.mz at gmail dot com --- Created attachment 12750 --> https://sourceware.org/bugzilla/attachment.cgi?id=12750=edit The binary difference (PNG) -- You are receiving this mail because: You are on the

[Bug binutils/26340] New: windres: AUTOCHECKBOX default style must have WS_TABSTOP style

2020-08-05 Thread katayama.hirofumi.mz at gmail dot com
: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: katayama.hirofumi.mz at gmail dot com Target Milestone: --- https://github.com/katahiromz/RisohEditor/issues/101 As I can see from the compiled result, windres

[Bug binutils/26340] windres: AUTOCHECKBOX default style must have WS_TABSTOP style

2020-08-05 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26340 --- Comment #1 from katayama.hirofumi.mz at gmail dot com --- This symptom happens when the style has WS_GROUP. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/26340] windres: AUTOCHECKBOX default style must have WS_TABSTOP style

2020-08-05 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26340 --- Comment #2 from katayama.hirofumi.mz at gmail dot com --- Created attachment 12747 --> https://sourceware.org/bugzilla/attachment.cgi?id=12747=edit test data -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/26340] windres: AUTOCHECKBOX default style must have WS_TABSTOP style

2020-08-05 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26340 katayama.hirofumi.mz at gmail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug binutils/26298] New: windres: cannot compile BITMAP or OWNERDRAW menu items

2020-07-24 Thread katayama.hirofumi.mz at gmail dot com
Component: binutils Assignee: unassigned at sourceware dot org Reporter: katayama.hirofumi.mz at gmail dot com Target Milestone: --- Created attachment 12723 --> https://sourceware.org/bugzilla/attachment.cgi?id=12723=edit The patch by Nick Clifton ht

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2020-11-27 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 --- Comment #8 from katayama.hirofumi.mz at gmail dot com --- Sorry, my envirnment was broken. Now your patch works. OK. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2020-11-27 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 --- Comment #7 from katayama.hirofumi.mz at gmail dot com --- $ ./windres.exe b.rc -o b_res.o && echo "OK" Also doesn't work. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2020-11-27 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 --- Comment #6 from katayama.hirofumi.mz at gmail dot com --- It causes abnormal termination. $ ./windres.exe "--preprocessor=/mingw32/bin/c pp.exe" a.rc -o a_res.o && echo "OK" $ -- You are receiving this mai

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2020-11-26 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 --- Comment #4 from katayama.hirofumi.mz at gmail dot com --- Reproduction steps: $ which cpp /mingw32/bin/cpp $ cp /mingw32/bin/cpp "/mingw32/bin/cpp .exe" $ windres "--preprocessor=/mingw32/bin/cpp .exe" a

[Bug binutils/26865] windres: --preprocessor option won't respect space in file path

2020-11-26 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 --- Comment #3 from katayama.hirofumi.mz at gmail dot com --- Not fixed yet. Compilation error. resrc.c: In function 'filename_need_quotes': resrc.c:368:9: error: duplicate case value 368 | case ' ': | ^~~~ resrc.c:363

[Bug binutils/26865] New: windres: --preprocessor option won't respect space in file path

2020-11-11 Thread katayama.hirofumi.mz at gmail dot com
: normal Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: katayama.hirofumi.mz at gmail dot com Target Milestone: --- I am creating a resource editor RisohEditor that uses the windres program of binutils: https://github.com

[Bug binutils/27302] New: windres: -I of preprocessor command line should be quoted

2021-01-31 Thread katayama.hirofumi.mz at gmail dot com
Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: katayama.hirofumi.mz at gmail dot com Target Milestone: --- Created attachment 13184 --> https://sourceware.org/bugzilla/attachment.cgi?id=13184=edit The patch Hello.

[Bug binutils/27302] windres: -I of preprocessor command line should be quoted

2021-01-31 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27302 --- Comment #1 from katayama.hirofumi.mz at gmail dot com --- Created attachment 13185 --> https://sourceware.org/bugzilla/attachment.cgi?id=13185=edit The helper C program -- You are receiving this mail because: You are on the CC l

[Bug binutils/27622] windres: _popen has bug related to parsing command line

2021-03-29 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27622 --- Comment #1 from katayama.hirofumi.mz at gmail dot com --- You can use GetShortPathNameW function for argv[0] to avoid this problem. GetShortPathNameW function https://docs.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi

[Bug binutils/27622] New: windres: _popen has bug related to parsing command line

2021-03-22 Thread katayama.hirofumi.mz at gmail dot com
Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: katayama.hirofumi.mz at gmail dot com Target Milestone: --- Please see the following GitHub page: https://github.com/katahiromz/win_popen_bug Apparently, _popen function

[Bug binutils/27302] windres: -I of preprocessor command line should be quoted

2021-03-08 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27302 katayama.hirofumi.mz at gmail dot com changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug binutils/27302] windres: -I of preprocessor command line should be quoted

2021-03-08 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27302 --- Comment #4 from katayama.hirofumi.mz at gmail dot com --- Execuse me, that was "--preprocessor=(pathname with space)". -- You are receiving this mail because: You are on the CC list for the bug.

[Bug binutils/27302] windres: -I of preprocessor command line should be quoted

2021-03-08 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27302 --- Comment #3 from katayama.hirofumi.mz at gmail dot com --- Created attachment 13294 --> https://sourceware.org/bugzilla/attachment.cgi?id=13294=edit Screenshot that shows working It works. However, --preprocessor="(pathname wi