Unicode Support in the Microsoft Foundation Class Library

ID: Q100639


The information in this article applies to:


SUMMARY

Unicode support is not available in MFC version 2.0.

Unicode support is enabled in MFC versions 3.0 and later, if you link with the right libraries.


MORE INFORMATION

Because WinMain() comes from MFC in an MFC application, you should make sure that you have the right MFC libraries, or you will get an unresolved external on WinMain@16. An unresolved external on _WinMain@16 will also occur if you fail to add wWinMainCRTStartup into the EntryPointSymbol section of the link output category after adding _UNICODE to the preprocessor symbols. For more information, refer to the "Unicode Programming Summary" article in the "Developing for International Markets" chapter of the "Programming Techniques" in the Visual C++ Books Online.

In MFC 4.0, _USRDLL is obsolete. A new DLL model is now available, simply called "Regular DLLs." Regular DLLs statically linked to MFC have the same characteristics as the former USRDLL. For more information, see Tech Note 33, DLL Version of MFC, or search the Visual C++ 4.0 Books Online for "_USRDLL" and "Dynamic-Link Libraries."

NOTE: The MFC Unicode libraries are NOT installed by default; you can rerun setup and select only the Unicode MFC libraries.

Additional query words: 1.00 2.00 2.10 3.00 4.00


Keywords          : kbnokeyword kbMFC kbVC 
Version           : 1.00 2.00 4.00 2.10
Platform          : NT WINDOWS 
Issue type        : 

Last Reviewed: August 5, 1999