]> git.saurik.com Git - wxWidgets.git/commitdiff
added a note about entry point in Unicode build (patch 1934836)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Apr 2008 16:01:01 +0000 (16:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Apr 2008 16:01:01 +0000 (16:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/mfc/mfctest.cpp

index 18b91e36473535fddec7694a3bea2739feedb278..245feb580c346da79a28be26dfe850b96a6fff5a 100644 (file)
 //     first: mfc[version][u]d.lib
 //     -  [version] -> 42 or 70 or 80 etc
 //     -  u if using Unicode
+//
+// (4) Unicode builds may produce the linker error "unresolved external symbol _WinMain@16".
+//     MFC requires you to manually add the Unicode entry point to the linker settings,
+//     Entry point symbol -> wWinMainCRTStartup
 
 #include "stdafx.h"