bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/11240] Windres breaks down with spaces in rc source


From: nickc at redhat dot com
Subject: [Bug binutils/11240] Windres breaks down with spaces in rc source
Date: 9 Feb 2010 10:10:47 -0000

------- Additional Comments From nickc at redhat dot com  2010-02-09 10:10 
-------
Hi,

> Linker error, could not find resource "metal.pngtempleoftheancesteors"

This is more of a feature than a bug.  What is happening is that windres 
now supports the concatenating of two double-quote enclosed strings into one
string, just as a C compiler does.  So:

     "foo"
     "bar"
 
is treated as if you had typed:

     "foobar"
 
The simple way around this is to use single quotes for the second 
string, as in:

    metal                       png     DISCARDABLE  "../source/metal.png"
    'temple of the ancestors'   fxp     DISCARDABLE 
"../presets/syntheticenvironments/temple of the ancestors.fxp"

I hope that this is OK with you.

Cheers
   Nick



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=11240

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]