Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.36 KB

com-plus-1-0-support-in-atl-projects.md

File metadata and controls

27 lines (19 loc) · 1.36 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: COM+ 1.0 Support in ATL Projects
COM+ 1.0 Support in ATL Projects
11/04/2016
vc.appwiz.ATL.MTS
ATL projects, COM+ 1.0 support
51fb08ac-d632-4657-a4e0-d3f989f0b6f8

COM+ 1.0 Support in ATL Projects

You can use the ATL Project Wizard to create a project with basic support for COM+ 1.0 components.

COM+ 1.0 is designed for developing distributed component-based applications. It also provides a run-time infrastructure for deploying and managing these applications.

If you select the Support COM+ 1.0 check box, the wizard modifies the build script in the link step. Specifically, the COM+ 1.0 project links to the following libraries:

  • comsvcs.lib

  • Mtxguid.lib

If you select the Support COM+ 1.0 check box, you can also select Support component registrar. The component registrar allows your COM+ 1.0 object to get a list of components, register components, or unregister components (individually or all at once).

See also

Fundamentals of ATL COM Objects
Programming with ATL and C Run-Time Code
Default ATL Project Configurations