Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.74 KB

File metadata and controls

30 lines (20 loc) · 1.74 KB
title Creating an ATL Project
ms.date 05/06/2019
f1_keywords
vc.appwiz.ATL.project
helpviewer_keywords
ATL projects, creating
ATL70.DLL
_ATL_MIN_CRT macro
distributing files with ATL components
ms.assetid 061d5f98-f669-440e-9380-42f017a0f9e8

Creating an ATL Project

The easiest way to create an ATL project is to use the ATL Project Wizard, located in the Win32 Projects folder of the New Project dialog box.

To create an ATL project using the ATL Project Wizard

  1. In Visual Studio, choose File > New > Project from the main menu.

  2. Select the ATL Project icon in the Templates pane to open the ATL Project Wizard.

  3. Define your application settings using the Application Settings page of the ATL Project Wizard.

    [!NOTE] Skip this step to keep the wizard default settings.

  4. Click Finish to close the wizard and open your new project in the development environment.

Once your project is created, you can view the files created in Solution Explorer. For more information about the files the wizard creates for your project, see the project-generated file ReadMe.txt. For more information about the file types, see File Types Created for Visual Studio C++ projects. For more information about the configurations for the new ATL project, and how to change them, see Default ATL Project Configurations.

See also

Adding Functionality with Code Wizards
Property Pages