Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 2.38 KB

mfc-dll-wizard.md

File metadata and controls

36 lines (25 loc) · 2.38 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: MFC DLL Wizard
MFC DLL Wizard
11/04/2016
vc.appwiz.mfc.dll.overview
MFC DLLs [MFC], creating
MFC DLL Wizard
DLLs [MFC], MFC
DLL wizard [MFC]
MFC DLLs [MFC]
DLLs [MFC], creating
4e936031-7e39-4f40-a295-42a09c5ff264

MFC DLL Wizard

When you use the MFC DLL wizard to create an MFC DLL project, you get a working starter application with built-in functionality that, when compiled, will implement the basic features of a DLL. The MFC starter program includes C++ source (.cpp) files, resource (.rc) files, and a project (.vcxproj) file. The code generated in these starter files is based on MFC. For more detailed information, see the file details in Readme.txt that is generated for your project in Visual Studio, and Classes and Functions Generated by the MFC DLL Wizard

Overview

This wizard page describes the current application settings for the MFC DLL project you are creating. By default, the project is created as a regular MFC DLL (MFC Shared) project with no additional settings.

To change these defaults, click Application Settings in the left column of the wizard and make changes in that page of the MFC DLL Wizard.

After you create an MFC DLL project, you can add objects or controls to your project using Visual C++ code wizards.

You can perform the following tasks and types of enhancements to a basic MFC DLL project:

See also

Visual Studio Projects - C++
Property Pages
Set compiler and build properties
MFC Class
Adding a Member Function
Implementing an Interface