The information in this article applies to:
SYMPTOMSWhen using a Custom AppWizard that uses the Standard AppWizard step defined by APWZDLG_APPTYPE (generating an EXE), it is possible to get this error message:
CAUSE
This behavior occurs if the user did not explicitly select a language in
the first step of the Custom AppWizard. Occasionally the language combo box
will not initialize with a default language, and if the user does not
select one, this error message can occur. If the user moves off the first
step, and then back, the combo box will reset and select the first entry in
the list as default.
Q152255 PRB: Custom AppWizard Doesn't Initialize Custom Step Dialogs RESOLUTION
The selection of a language maps to the NUM_LANGS dictionary entry. You
can add code to one of your custom dialog steps to ensure that this
dictionary item is selected, and instruct the user to return to the first
step. This forces the combo box to select a default language and ensures
that it matches the user's expectations. This is only necessary for Custom
AppWizards that use SetSupportedLanguages().
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This problem was corrected in Microsoft Visual C++, version 5.0. MORE INFORMATIONSample Code
Additional query words: WizardIss
Keywords : kbcode kbwizard kbMFC kbVC400bug kbVC410bug kbVC420bug kbVC500fix kbGrpDSTools |
Last Reviewed: January 31, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |