PRB: Error LNK2001: '_WinMain@16': Unresolved External Symbol

Last reviewed: September 26, 1997
Article ID: Q125750
The information in this article applies to:
  • The C Run-time (CRT) included with: - Microsoft Visual C++, 32-bit Edition, version 2.0, 2.1, 4.0, 5.0

SYMPTOMS

The linker generates the following error, when you build an MFC application with UNICODE support using the Microsoft products listed at the beginning of this article:

   msvcrt.lib(crtexew.obj) : error LNK2001: unresolved external
                                symbol "_WinMain@16"

CAUSE

MFC UNICODE applications use wWinMainCRTStartup as the entry point.

RESOLUTION

In the Output category of the Link field in the Project Settings dialog box, set the Entry Point Symbol to wWinMainCRTStartup.

STATUS

This behavior is by design.

MORE INFORMATION

The above information is documented in Books Online under this structure:

  • C/C++

        - Programming Techniques
           - Chapter 12 Developing for International Markets
    
              - Support for Unicode
                 - Unicode Programming: Summary
    
    
This reference also lists the additional steps that you need to consider to take advantage of the MFC and C run-time support for Unicode.


Additional query words: 3.0 Unicode wWinMainCRTStartup
Keywords : MfcMisc kberrmsg
Technology : kbMfc
Version : WinNT:2.0,2.1,4.0,5.0
Platform : NT WINDOWS
Issue type : kbprb


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: September 26, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.