Regression in rcparse.y

DJ Delorie dj@delorie.com
Wed Oct 11 19:06:00 GMT 2000


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


More information about the Binutils mailing list