From: Robert D. <od...@pn...> - 2002-08-14 02:49:00
|
Hi Eric, I've been working on a bug in my dialogs when building with GCC and traced it down to windres always setting the WS_POPUP style. Upon asking google if this had been seen before I find that you've already fixed it some time ago. However the version of windres in the ROS tools appears to still suffer from this bug. Can you please advise as to the status of this patch. Thanks, RobD. > >Hi! > >This patch fixes two bugs in windres. > <snip> > >2) The default window styles for DIALOG and DIALOGEX resources are wrong. >The WS_POPUP style was always added to the given window styles. This caused >severe problems in WS_CHILD dialogs. > >Best regards, > >Eric Kohl > |