Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.79 KB

creating-an-atl-project.md

File metadata and controls

31 lines (21 loc) · 1.79 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Creating an ATL Project
Creating an ATL Project
05/06/2019
vc.appwiz.ATL.project
ATL projects, creating
ATL70.DLL
_ATL_MIN_CRT macro
distributing files with ATL components
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