FIX: GPF/UAE After Undoing Edit of Option Explicit StatementLast reviewed: October 30, 1997Article ID: Q94216 |
2.00
WINDOWS
kbenv kbbuglist
The information in this article applies to: - Microsoft Visual Basic programming system for Windows, version 2.0
SYMPTOMSA General Protection (GP) fault or Unrecoverable Application Error (UAE) occurs if you attempt to undo the edit of an Option Explicit statement while in break mode.
STATUSMicrosoft has confirmed this to be a problem in Microsoft Visual Basic version 2.0 for Windows. This problem was corrected in Microsoft Visual Basic version 3.0 for Windows.
MORE INFORMATIONThe following steps reproduce this problem:
"Option Explicit" if it is not already there.3. From the Run menu, choose Start (ALT, R, S) 4. Press CTRL+BREAK to break execution. 5. Edit the Option Explicit statement in the general declarations section of Form1 by pressing the BACKSPACE key to delete the last character from the statement. In other words, delete the t so that you end up with Option Explici.6. From the Edit menu, choose Undo (ALT, E, U) to undo the edit. 7. Choose the Cancel button when you see this message: "You will have to restart your program after this edit-proceed anyway?"8. Choose the Cancel button again when you see the same message again: "You will have to restart your program after this edit-proceed anyway?"At this point, you will experience a GP fault in Windows version 3.1 or a UAE in Windows version 3.0.
|
Additional reference words: buglist2.00 fixlist3.00 1.00 GPF 2.00 3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |