This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


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

Re: Windres STYLE tag


Josh Mitts wrote:

>I cannot seem to correctly implament the DIALOG STYLE style under windres....here's a snippet of my .rc file - anyone have any
>suggestions?

>AboutDlg DIALOG FIXED 6, 21, 198, 99
>STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU

Most probably, you forgot to #include <windows.h> at the beginning of your .rc file.


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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