Creating a COM Server

This section assumes that you are familiar with the COM-related terms and concepts presented in Using COM and Automation Objects and related sections, such as Overview of COM and Automation Objects. These sections (starting with Using COM and Automation Objects) discuss using COM and Automation objects from a Visual Fortran application, using the Fortran Module Wizard. That is, using a Visual Fortran application as a client of a COM server.

The Component Object Model (COM) supports a model of client server interaction between a user of an object, the client, and the implementor of the object, the server.

The Visual Fortran Professional and Enterprise Editions provide the capability to create a COM server. This section and its subsections discusses creating a COM server using Visual Fortran: