| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Message-ID: | <004701c48eaa$36dec490$0f0e0d0c@nb0> |
| From: | "Turbanov Vladislav Dmitrievich" <boxforsr AT inbox DOT ru> |
| To: | "Cygwin Mailing List" <cygwin AT cygwin DOT com> |
| Cc: | "Igor Pechtchanski" <pechtcha AT cs DOT nyu DOT edu> |
| Subject: | Error creating dialog(update 3) not fix but warning |
| Date: | Mon, 30 Aug 2004 19:58:33 +0400 |
| MIME-Version: | 1.0 |
| X-Antivirus: | avast! (VPS 0435-2, 08/28/2004), Outbound message |
| X-Antivirus-Status: | Clean |
| X-Spam: | Not detected |
| X-IsSubscribed: | yes |
There is a problem while creating a dialog....
The DialogBox Procedure returns -1,but the GetLastError returns
ERROR_SUCCESS...
While debuging I noticed that it sends these messages to DialogProc: 2 and
130 - both of them are not WM_INITDIALOG since it is 272
Seems that the use IEDIT in dialog template is malfunctionous in
windres...
Using it causes dialogs not to appear...I mentioned the strange behaviour of
windres when it didn't allow me to omit IEDIT caption... IEDIT has no
caption
at all .... and is not defined by MS-SDK
Yes, the error is is....DO NOT USE IEDIT .... windres compiles it
wrong...USE TEXTEDIT with ES_NUMBER and then convert it to numeric data ....
WINDRES IS WRONG!!!
P.S. Excuse me , Gar-r-ri, maybe I did write it in the wrong style for
ya....
THX
THX
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |