Next Previous Up Top Contents Index

A Creating COM Projects

A.2 An example COM server and client

The following example explains how the type library tool works and how to use the New Project wizard features that support it.

In the example, we will create COM server and client applications. We will write a simple encryption engine as a COM server, and write a simple client to that interface. In order to make things simpler, we have provided a COM type library describing the encryption interface.

A.2.1 - Creating the server stubs library
A.2.2 - Creating the server
A.2.3 - Creating the client stubs library
A.2.4 - Creating the client
A.2.5 - Testing the client and server pair

Getting Started with Functional Developer - 31 MAR 2000

Next Previous Up Top Contents Index