The information in this article applies to:
SYMPTOMSUnder Windows 3.1 or Windows 95, when IsDigit() is called in a DLL, it returns TRUE if the characters are 240 and 248. IsDigit should return FALSE for these characters. RESOLUTION
You can use SDK APIs instead of the C Run-time calls to avoid this problem.
you can call the following line to get the correct result:
Additional query words: MSVC
Keywords : kb16bitonly kbIntlDev |
Last Reviewed: August 4, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |