How To Use LoadResource to Load Strings from a String Table (200893)
The information in this article applies to:
- Microsoft Visual C++, 32-bit Enterprise Edition 5.0
- Microsoft Visual C++, 32-bit Professional Edition 5.0
This article was previously published under Q200893 SUMMARY
If an application has a string localized to multiple languages and mapped to the same ID in each language, the correct version of the string might not be loaded on Windows 95 or Windows 98 using the Win32 function ::LoadString. To load the correct version of the string you need to load the string using the Win32 functions FindResourceEx and LoadResource.
REFERENCES
Visual C++ Help, version 5.0; search on: "String Editor"
Modification Type: | Minor | Last Reviewed: | 7/13/2004 |
---|
Keywords: | kbDBCS kbhowto kbIntlDev kbResource kbString kbUnicode KB200893 kbAudDeveloper |
---|
|