Inside COM teaches you how to program COM in C++. The book is packed with great analogies and simple straightforward code examples. Many diagrams are also used to illustrate how COM works. The book tends to be a little dry and gets started a little slow leaving the reader with only programming information for about half of the COM subjects. Also, Inside COM shows it’s age by not touching the subjects of Transaction Server.
Inside COM is a high level read that should only be tackled after you have learned the fundamentals of COM. Side Note: if you are interested in learning the fundamentals of COM read: “ActiveX and OLE : for Developers and Managers.” You can tell much about a book by the first sentence, this book starts with “An application usually consists of a single monolithic binary file.” If you understand the first sentence you will probably understand the rest of the book. Inside COM is not a straight read, but more of a reference tool to look up code examples and help designing COM components.
Inside COM is an excellent high level overview of COM. A must have for developers designing COM components in C++.
Part one of a four-part series on Active Server component. A simple example of creating a Active Server Component in MSVC 4.2 using the Active Template Library 2.0. Included in this issue is the source code and step by step instructions. [Read This Article][Top]
Part two of a four-part series on Active Server components. In this issue 15 Seconds discuss how to write and debug an Active Server object that writes to the Event Log. Included in the issue is the source code and step by step instructions. This issue uses MSVC 4.2 and ATL 2.0 [Read This Article][Top]
A rewrite of part one of a four-part series on Active Server objects. A simple example of creating a Active Server Component in Visual Studio 5.0 using the Active Template Library 2.0. The example component retrieves the user's cookie, if not available issues a new 128-bit cookie. Included in the issue is the source code and step by step instructions. This issue has been rewritten to illustrate the use of Visual Studio 5.0 and ATL 2.0 in writing Active Server Components. [Read This Article][Top]