]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/mfc/mfctest.cpp
fix sizing of extra control
[wxWidgets.git] / 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"