COM Examples contains sample implementations that use Microsoft COM technology. The intention is to provide minimal working samples that explains how to implement and use COM objects.
- Interfaces: COM interfaces written in interface definition language (IDL)
- AtlServer: An ATL implementation of a COM server that provides hens
- AtlFreeServer: An COM server implemented without ATL. It provides dogs
- ComUtility: COM related utilities used across the projects
- Tests: Unit tests used to demonstrate how COM objects are used from C++
- InteropTests: Unit tests used to demonstrate how COM objects are used from .NET