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.

Reply via email to