This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Regression in rcparse.y



> ICON myicon,   901, 30, 30
       ^^^^^^

Does this really remain a string, or does the preprocessor replace it
with a number?  VC98 puts, for example, IDI_FOO there, but resource.h
has a #define for IDI_FOO which replaces it with a number.  I tried
putting a random string in one of my working ICON controls, but RC
from VC98 wouldn't take it, even if I used a global search-and-replace
to get both the use and the definition.

I suspect that even VC98 supports only a quoted string or a number.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]