Click here to Skip to main content
15,905,004 members
Articles / Desktop Programming / MFC

Compile MFC Sources with Visual Studio 2019

Rate me:
Please Sign up or sign in to vote.
4.84/5 (14 votes)
18 Dec 2020CPOL4 min read 19.8K   24  
How to compile MFC sources with VS 2019 (for ARM64 too)
In previous versions of Visual Studio, the bundled MFC source files could be compiled into a static library or a DLL. But since Visual Studio 2008, the necessary files to build MFC are not supplied anymore. In this article, I show you how you can compile the MFC sources with Visual Studio 2019. The new version supports ARM64.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Big Roses Software
Netherlands Netherlands
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions