How to create/use COM components in plain C, without MFC, ATL, WTL, or any other framework. Download source files - 17.6 Kb Contents A COM object and its VTable A GUID QueryInterface(), AddRef(), and Release() An IClassFactory object Packaging into a DLL Our C++/C include file The Definition (DEF) file Install the DLL, and register the object An example C program An example C++ program Modifying t