Skip to content

Commit a6ea7e3

Browse files
author
mikeblome
committed
updates for a couple more wizards
1 parent 06751d7 commit a6ea7e3

3 files changed

Lines changed: 28 additions & 5 deletions

File tree

docs/atl/reference/adding-an-atl-active-server-page-component.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
---
22
title: "Adding an ATL Active Server Page Component"
3-
ms.date: "11/04/2016"
4-
helpviewer_keywords: ["ASP components, adding", "ASP components", "ATL, ASP components", "ATL ASP components"]
3+
ms.date: "05/09/2019"
54
ms.assetid: 7be2204c-6e58-4099-8892-001b848c8987
65
---
76
# Adding an ATL Active Server Page Component
87

8+
9+
::: moniker range="vs-2019"
10+
11+
The ATL Active Server Pages component wizard is not available in Visual Studio 2019 and later.
12+
13+
::: moniker-end
14+
15+
::: moniker range="vs-2017"
16+
917
To add an Active Template Library (ATL) object to your project, your project must have been created as an ATL COM application or as an MFC application that contains ATL support. You can use the [ATL Project Wizard](../../atl/reference/atl-project-wizard.md) to create an ATL application, you can select **Add ATL Support to MFC** from the [Add Class Dialog Box](../../ide/add-class-dialog-box.md) dialog box, or you can [add an ATL object to your MFC application](../../mfc/reference/adding-atl-support-to-your-mfc-project.md) to implement ATL support for an MFC application.
1018

1119
Active Server Pages components are part of the Internet Information Services architecture, which provides the following advanced Web development features:
@@ -24,6 +32,8 @@ Active Server Pages components are part of the Internet Information Services arc
2432

2533
1. In the [Add Class](../../ide/add-class-dialog-box.md) dialog box, in the **Templates** pane, click **ATL Active Server Page Component**, and then click **Open** to display the [ATL Active Server Page Component Wizard](../../atl/reference/atl-active-server-page-component-wizard.md).
2634

35+
::: moniker-end
36+
2737
## See also
2838

2939
[Adding a Class](../../ide/adding-a-class-visual-cpp.md)<br/>

docs/atl/reference/adding-an-atl-com-plus-1-0-component.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
---
22
title: "Adding an ATL COM+ 1.0 Component"
3-
ms.date: "11/04/2016"
4-
helpviewer_keywords: ["ATL COM+ 1.0", "ATL projects, adding components", "components [C++], adding ATL COM+ 1.0", "objects [C++], supporting ATL COM+ 1.0"]
3+
ms.date: "05/09/2019"
54
ms.assetid: c6c95e64-9ee4-4a6e-8804-5930202ce1b9
65
---
76
# Adding an ATL COM+ 1.0 Component
87

8+
9+
::: moniker range="vs-2019"
10+
11+
The ATL COM+ 1.0 Component wizard is not available in Visual Studio 2019 and later.
12+
13+
::: moniker-end
14+
15+
::: moniker range="vs-2017"
16+
917
This wizard adds an object to your project that supports COM+ 1.0 services, including transactions.
1018

1119
## To add an ATL COM+ 1.0 component to your project
@@ -16,6 +24,8 @@ This wizard adds an object to your project that supports COM+ 1.0 services, incl
1624

1725
1. In the [Add Class](../../ide/add-class-dialog-box.md) dialog box, in the **Templates** pane, click **ATL COM+ 1.0 Component**, and then click **Open** to display the [ATL COM+ 1.0 Component Wizard](../../atl/reference/atl-com-plus-1-0-component-wizard.md).
1826

27+
::: moniker-end
28+
1929
## See also
2030

2131
[Adding a Class](../../ide/adding-a-class-visual-cpp.md)<br/>

docs/atl/reference/adding-objects-and-controls-to-an-atl-project.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
22
title: "Adding Objects and Controls to an ATL Project"
3-
ms.date: "11/04/2016"
3+
ms.date: "05/09/2019"
44
f1_keywords: ["vc.appwiz.ATL.controls"]
55
helpviewer_keywords: ["ATL projects, adding objects", "wizards [C++], ATL projects", "ATL projects, adding controls", "controls [ATL], adding to projects", "objects [C++], adding to ATL projects", "ATL Control Wizard"]
66
ms.assetid: c0adcbd0-07fe-4c55-a8fd-8c2c65ecdaad
77
---
88
# Adding Objects and Controls to an ATL Project
99

10+
> [!NOTE]
11+
> The ATL COM+ 1.0 Component Wizard, [ATL OLE DB Consumer wizard, and ATL Active Server Page Component wizard are not available in Visual Studio 2019 and later.
12+
1013
You can use one of the ATL code wizards to add an object or a control to your ATL- or MFC-based projects. For each COM object or control you add, the wizard generates .cpp and .h files, as well as an .rgs file for script-based registry support. The following ATL code wizards are available in Visual Studio:
1114

1215
||||

0 commit comments

Comments
 (0)