The first step toward building a simple application that you can use with Microsoft Transaction Server (MTS) is to create a simple ActiveXÖ component DLL (VBAcct.dll); the Account component provides one method, Post.
The information presented here assumes a basic understanding of how to use Microsoft Visual Basic to create ActiveX components.
Note You cannot install executable files (.exe) in MTS. If you have a component built as an executable file, you must rebuild it as a dynamic-link library (DLL).
To create the Account component
See Also
Programming Concepts, Transaction Server Components, Building Scalable Components, Transaction Server Component Requirements, Run and Monitor the Account Component, Application Design Notes: Sharing Resources, Modifying the Account Component, Application Design Notes: Resource Usage, Creating a Simple ActiveX Component