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]

Re: patch: Updated II windres tool Part 1 of 2


Hi Kai,

OK, but what about those 4 bytes that are either 0x0 or 0xf ?

This is reasoned by an error in prior implementation. This is content of the control data structure which has the following layout:
DWORD lStyle;
DWORD lExtendedStyle;
WORD x, y, cx, cy;
WORD wId;
(name or ordinal) class_id;
(name or ordinal) text_id;
DWORD nExtraStuff;


The wId is getting -1 as id specified from rc file (the second parameter of the CONTROL statement).

Ah - thanks. In which case I have no more concerns with your patch and I have checked it in.


Cheers
  Nick


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