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




> I'll check the specs again; perhaps "id" should be number or *quoted*
> string in all cases.

The microsoft documentation allows "id" to be a number or an unquoted
string in a resource definition statement, such as "ICON resource",
http://msdn.microsoft.com/library/psdk/winui/rc_0011.htm

but to refer to an "id" in control statements, such as "ICON control",
required a quoted string up until recently, as described in
http://msdn.microsoft.com/library/psdk/winui/rc_0vxo.htm
with the syntax defined in greater detail at
http://msdn.microsoft.com/library/psdk/winui/rc_7rlf.htm

Hence, the need to use one syntax for definitions, "id", and another
syntax for references, e.g. "resref" in the proposed fix.

Roger
--
Roger Sayle,                         E-mail: roger@metaphorics.com
Bioinformatics Group, Metaphorics,   WWW: http://www.metaphorics.com/
Office 104, 441 Greg Avenue,         Tel: (+1) 505-954-3281
Santa Fe, New Mexico, 87501.         Fax: (+1) 505-989-1200



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