WIn32s & AppWizard
Mario Contestabile -- Mario_Contestabile.UOS__MTL@UOSMTL2.universal.com Tuesday, June 18, 1996 I found the problem concerning my previous posting about a dialog based AppWizard generated app. AppWizard uses DIALOGEX in the .rc file, but this is not supported in Win32s. The .rc file must be manually edited and the "EX" from DIALOGEX removed. mcontest@universal.com [Moderator's note: When it rains, it pours, eh? We ran into the extended dialog styles problem under Win32s problem the other day, too.]
Frederic Steppe -- FredericS@msn.com Wednesday, June 19, 1996 >I found the problem concerning my previous posting about >a dialog based AppWizard generated app. AppWizard uses >DIALOGEX in the .rc file, but this is not supported in Win32s. >The .rc file must be manually edited and the "EX" from DIALOGEX >removed. You could find that int the VC++ (4.0) help online, under + README for Microsoft Visual C++ Version 4.0 + MicrosoftFoundation classes (MFC) AppWizard Generated Dialog-based Applications and Win32s This is not a blame ! Just to say that they are over 70 MFC-related articles in this section of the help online. Some are doc errata's, others are interesting tips. Frederic Steppe (frederics@msn.com)
| Вернуться в корень Архива |