Dynamic-Link Libraries
| Overviews | How Do I | Details |
Feature Only in Professional and Enterprise Editions Creating a Custom AppWizard is supported only in Visual C++ Professional and Enterprise Editions. For more information, see .
DLGRES.H
The primary header file for resources. This template is also used for dialog-based applications. It is one of the templates provided by MFCAPWZ.DLL.
DLLROOT.CLW
The ClassWizard information file for DLLs generated by the MFC AppWizard. This file is one of the templates provided by MFCAPWZ.DLL.
DLLROOT.CPP
The primary implementation file, project.CPP, where project is the project name entered by the end user of the custom AppWizard. This file is one of the templates provided by MFCAPWZ.DLL.
DLLROOT.H
The primary header file, project.H, where project is the project name entered by the end user of the custom AppWizard. This file is one of the templates provided by MFCAPWZ.DLL.
ROOT.DEF
The module-definition file, project.H, where project is the project name entered by the end user of the custom AppWizard. The module-definition file contains the list of functions to be exported from the end user’s DLL. This file is one of the templates provided by MFCAPWZ.DLL.
See Also Standard Custom Resource Templates, All AppWizard Projects, Dialog-Based Applications, MDI and SDI Applications, ActiveX Applications, Help File Support, Custom AppWizard Help File Support, Database Applications.