BUG: Resolutions for DBWIN Utility Continuous BeepingLast reviewed: January 5, 1995Article ID: Q108364 |
The information in this article applies to:
SYMPTOMSWhile running an application that has been compiled under debug mode, with the DBWIN application running, the system may beep continuously causing the computer to hang. This can happen when running the debug version of an executable file in the debugger, or by just executing it.
CAUSEDBWIN uses an edit control for its output window. An edit box is limited to approximately 32K total data. If this limit is exceeded, the system will beep each time a new message is received by DBWIN. Depending on the settings of the AFX.INI file, the messages sent can include TRACE messages, main windows messages, WM_COMMANDS, and OLE (object linking and embedding) trace messages.
RESOLUTIONThere are several possible solutions:
STATUSMicrosoft has confirmed this to be a bug in Microsoft Windows SDK, version 3.1. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONThe source code for DBWIN is included as a sample in the Windows Software Development Kit (SDK). It can be found under \MSVC\SAMPLES\DBWIN.
|
Additional reference words: 3.10 buglist3.10
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |