brakmic / COM_Tutorials

My COM tutorials

Home Page:https://blog.brakmic.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COM Tutorials

This repository is dedicated to providing comprehensive tutorials on Component Object Model (COM) programming. These tutorials range from the basics of COM interfaces and classes to more advanced topics such as Connection Points, Sinks, Threading, and Interop. Each tutorial includes fully implemented source code for a deeper and more practical understanding of the topic.

What is COM?

COM is a binary-interface standard for software components introduced by Microsoft in 1993. It is used to enable inter-process communication and dynamic object creation in a large range of programming languages.

Contents

  1. COM Basics
  2. COM Connection Points [TODO]
  3. COM Thread Safety [TODO]
  4. COM Interoperability [TODO]

Using the Tutorials

Each tutorial directory contains a README.md file that provides an overview of the tutorial and instructions on how to compile and run the code.

Requirements

To run the tutorials and the included source code, you need the following:

  • A Windows operating system. COM is a Microsoft technology and these tutorials are designed for their platform.
  • A C++ compiler.

License

MIT

About

My COM tutorials

https://blog.brakmic.com

License:MIT License


Languages

Language:C++ 67.9%Language:C 29.8%Language:Python 0.9%Language:PowerShell 0.9%Language:VBScript 0.5%