This is the mail archive of the binutils@sourceware.org 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]
Other format: [Raw text]

Possible inconsistency in rcparse.c ?


Possibly a bug?

Concerning: Compiling a resource script with windres.exe

For some control elements (AUTOCHECKBOX, AUTO3STATE, AUTORADIOBUTTON, ...) the base_style differs from the default_style (eg. no WS_TABSTOP). For some others (CHECKBOX, ...) they are the same. This causes different behaviour depending on whether one specifies a style in a resource script or not.

Example:
AUTOCHECKBOX "", 10, 5, 5, 50, 10
has a resulting WS_TABSTOP

AUTOCHECKBOX "", 10, 5, 5, 50, 10, BS_NOTIFY
has NO resulting WS_TABSTOP

CHECKBOX "", 10, 5, 5, 50, 10
has a resulting WS_TABSTOP

CHECKBOX "", 10, 5, 5, 50, 10, BS_NOTIFY
also has a resulting WS_TABSTOP


windres version: 2.18.50. 20080109



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