COM基础介绍
Introduction to COM - What It Is and How to Use It.
http://www.codeproject.com/Articles/633/Introduction-to-COM-What-It-Is-and-How-to-Use-It
COM in plain C
http://www.codeproject.com/Articles/13601/COM-in-plain-C
COM from scratch - PART ONE
http://www.codeproject.com/Articles/6726/COM-from-scratch-PART-ONE
The Component Object Model
http://msdn.microsoft.com/en-us/library/ms694363%28VS.85%29.aspx
COM是什么的缩写?
Component Object Model
COM是做什么用的?
简单来说, COM是不同语言, 不同应用程序共享二进制代码的一种方法.
如果在VS2010中尝试运行文章<<Introduction to COM - What It Is and How to Use It>>中的COM实例代码, 需要按照下面文章中的方法对stdafx.h进行修改.
VS2010编译错误:fatal error C1189: #error : This file requires _WIN32_WINNT to be #defined at least to 0x0403...的解决方法
http://www.cnblogs.com/madhenry/archive/2011/06/29/2093678.html