COM Beyond Microsoft: Designing and Implementing COM Servers on Compaq Platforms

If you want to run an existing COM application on a Tru64 UNIX server or client, there are only two things you need to do:
The COM run-time environment on Tru64 UNIX duplicates the Windows NT services and infrastructure that support the execution of COM applications. The COM run-time bridges the gap between Windows NT and UNIX and provides a compatible environment for the execution of COM applications.
There is another thing you must do if you wish to develop new COM applications on a Tru64 UNIX server in addition to running existing applications. You must install the COM Software Development Kit when you install the COM run-time environment. The development kit contains the MIDL compiler and other tools you must have to build COM applications. Chapter 16 describes how to use the compilers and...