BUG: Incorrect SS==DS in DLL Makefile for Sample MUSCROLLLast reviewed: July 22, 1997Article ID: Q117792 |
1.00 1.50
WINDOWS
kbtool kbbuglist
The information in this article applies to:
SYMPTOMSWhile running the sample MUSCROLL in the directory \MSVC\SAMPLES\MUSCROLL, one of the spin boxes is displayed as a black box. Also, sometimes the DLL implementing the spin box generates a general protection fault (GPF).
CAUSEThe makefile MUSCROLL.MAK incorrectly sets SS == DS for the DLL.
RESOLUTIONChange the DLL setting from "SS == DS" to "SS != DS". This can be easily done in the Visual Workbench by using the following steps:
STATUSMicrosoft has confirmed this to be a bug in the Microsoft C/C++ Compiler for MS-DOS, versions 8.0 and 8.0c. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATIONMUSCROLL is a product sample included in Microsoft Visual C++, versions 1.0 and 1.5. MUSCROLL is essentially a scroll bar without a thumb or thumbtrack and can be much smaller than a standard scroll bar. The control itself is implemented in a DLL called from the MUTEST application, which resides in the same directory as the DLL.
|
Additional reference words: 1.00 1.50 SS==DS
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |