COM Libraries

The Microsoft Component Object Model has been around for a long time, and has stood the test of time surprisingly well. Let's say you want to build an interesting C++ library and leverage it. What do you have on hand that won't require to start building things from scratch these days?

Considerations

These days, there are a few considerations when designing a system that you'll want to think up-front.

Libraries

Depending on what you need, you might be able to get support from bits and pieces of larger projects that include COM support in some form. Here are a few interesting ones.

Happy component-based programming!

Tags:  codingcpp

Home