BUG: Application Errors From Long Text in the Dialog Editor
ID: Q99134
|
The information in this article applies to:
-
Microsoft Windows Software Development Kit (SDK) 3.1
SYMPTOMS
An attempt to use the Dialog Editor provided with version 3.1 of the
Microsoft Windows Software Development Kit (SDK) fails and an application
error occurs under either of the following circumstances:
- Choose Order/Group from the Arrange menu when the dialog box contains
two or more controls, one control is a static text control, and the
title of the text control is 256 characters long (the limit). (Setting
a 256 character title may also generate a general protection [GP]
fault.)
- In test mode, enter more than 175 characters into a multiline edit
control, then press BACKSPACE. A GP fault also occurs.
RESOLUTION
Avoid using long names (more than 255 characters) for a static text control
and use the test mode carefully when the dialog box contains a multiline
edit control.
STATUS
Microsoft has confirmed this to be a bug in the Dialog Editor provided
with the Microsoft Windows Software Development Kit, version 3.1. We are
researching this problem and will post more information here in the
Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
To re-create the first problem, perform the following seven steps:
- Run the Dialog Editor.
- Choose New from the File menu.
- Click the static text control button on the toolbar.
- Click in the dialog box to add a control to the dialog box.
- Click the static text control button on the toolbar.
- Click in the dialog box to add another control to the dialog box.
- Choose Order/Group from the Arrange menu.
An application error occurs followed by a GP fault.
To re-create the second problem, perform the following nine steps:
- Run the Dialog Editor.
- Choose New from the File menu.
- Click the edit control button on the toolbar.
- Click in the dialog box to add a control to the dialog box.
- Choose Styles from the Edit menu.
- Select the Multiline option and choose OK.
- Choose Test Mode from the Options menu.
- Type more than 175 characters into the edit control.
- Press BACKSPACE
An application error occurs followed by a GP fault.
Additional query words:
S_C S_QCWIN buglist3.10 3.10 GP Fault Exception 0x0D gpf gp-
Keywords :
Version : WINDOWS:3.1
Platform : WINDOWS
Issue type :