MTS Support in ATL Projects

You can use the ATL COM AppWizard to easily add basic support for Microsoft Transaction Server (MTS).

Note   MTS is designed for developing distributed, component-based applications and also provides a run-time infrastructure for deploying and managing these applications. For more information on MTS, see the Microsoft Transaction Server 2.0 section of the Platform SDK.

If you check the Support MTS check box on the first page of the ATL COM AppWizard, the wizard modifies the build script in the link step. Specifically, in addition to the standard list of libraries, the wizard adds the following MTS-specific libraries:

In addition, the MTXEX.dll is delay-loaded on the host system when your application is launched.

See Also

Files Generated by the ATL COM AppWizard