FIX: CTRL+C Doesn't Terminate QuickWin Application in DebuggerLast reviewed: September 18, 1997Article ID: Q116323 |
1.00
WINDOWS
kbtool kbfixlist kbbuglist
The information in this article applies to:
SYMPTOMSWhen debugging QuickWin applications inside the Microsoft Visual Workbench, the CTRL+C key sequence, which is the accelerator for exiting the applica- tion, may not terminate the application. CTRL+C works properly when running a QuickWin application outside the Visual Workbench.
STATUSMicrosoft has confirmed this to be a bug in the products listed at the beginning of this article. This problem was corrected in the Visual Workbench, version 1.5.
MORE INFORMATIONThe following sample code illustrates the workaround to this problem:
Sample Code
/* Compile options needed: /Zi /Od /Mq */ #include <stdio.h> void main(void) { printf("Hit CTRL+C to exit this app"); } |
Additional reference words: 1.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |