COM Library
COM C++ Library

Introduction

This library provides a framework for writing COM servers. It provides the implementations for the basic common interfaces such as IUnknown, IDispatch and IErrorInfo. It also provides functions and macros to register and unregister the interface and coclass GUIDs.

It currently only supports writing Inproc servers.

Inproc Server New Project Configuration Checklist