Visual Studio Static Linking for Standalone Exe
问题 I've read multiple posts with regards to this topic, but none of them have enabled me to build a statically linked exe. In my release configuration (x64) I have the following: Configuration Properties -> General : Use of MFC - Use MFC in a Static Library Configuration Properties -> C/C++ -> Code Generation : Runtime Library - Multi-threaded (/MT) Configuration Properties -> Linker -> Command Line : Additional Options - I have all the required Windows libs "kernel32.lib", etc. (as use of MFC