CTYPE Macros Function IncorrectlyLast reviewed: November 2, 1995Article ID: Q94323 |
The information in this article applies to:
When an application that is linked to CRTDLL.LIB is compiled without defining _MT and _DLL, the CTYPE.H family of macros will not operate correctly. To define _MT and _DLL on the CL command line, just add the following to the command line:
-D_MT -D_DLLBy adding these defines, the CTYPE macros will be properly initialized.
|
Additional reference words: 3.10 3.50 4.00 95
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |