MFC Desktop Applications

MFC Application Wizard

2025-11-02

Written by: xiaobin

IDE

Download the DLL at Multibyte MFC Library for Visual Studio 2013.

MFC Application Wizard

default

Cancel All

Application Type - Single Document

MFC standard

Windows Native/Default

View

In step 5 of the AppWizard, select Generated Classes and select CFormView as the base class using the Base class combo box.

Breaking changes

noexcept - C++11

In VC++ (VS2005~VS2010) that does not support the C++11 standard:

CMainFrame() noexcept;