BUG: LSTRCMP and LSTRCMPI May Fail with Non-US Regional SettingsID: Q182053
|
The LSTRCMP and LSTRCMPI string-comparison APIs may erroneously report that two strings fail to compare under the following conditions:
If the regional setting is anything other than English (United States), the string-compare call is thunked to 32-bit string-compare functions in Kernel32. If the segment containing a string to be compared has been discarded, the thunking code does not force a segment reload.
You may be able to work around this problem using one of the following methods:
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. We are researching this bug and will post
new information here in the Microsoft Knowledge Base as it becomes
available.
For additional information, please see the following article in the Microsoft Knowledge Base:
Q180727 Error Message: Property or Method Not Found
Additional query words:
Keywords :
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: July 6, 1999