[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/30376] windres cannot parse rc files which it itself gener
From: |
nickc at redhat dot com |
Subject: |
[Bug binutils/30376] windres cannot parse rc files which it itself generated |
Date: |
Thu, 05 Oct 2023 07:40:03 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=30376
--- Comment #12 from Nick Clifton <nickc at redhat dot com> ---
(In reply to Nick Clifton from comment #10)
> (In reply to Pali Rohár from comment #7)
> I think the point that you are trying to make however is that the MS
> resource compiler actually includes the double quote characters as part of
> the resource names, correct ?
I am sorry, I do not think that there is any way for windres to support MS
style quoted names without completely rewriting the parser. It is possible to
have double quotes in names, but I suspect that the method is windres specific:
"""this_name_starts_and_ends_with_quotation_marks"""
Ie if you put "" inside a string that is enclosed in "..." marks, then the ""
is converted into a single " character and taken to be part of the name.
--
You are receiving this mail because:
You are on the CC list for the bug.