------- 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.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to