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 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:
MTX.lib Import library for MTS APIs.
MTXGUID.lib Library containing GUIDs associated with MTX objects and interfaces.
In addition, the MTXEX.dll is delay-loaded on the host system when your application is launched.
See Also