My experience with it has been that it’s a total mess, and causes problems that are difficult to diagnose and fix for non-black-belt Windows developers.
What are the use cases that make COM shine?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
COM provided both local (object to object) and remote (machine to machine, process to process) communications largely transparently. With a little care your code could happily work with objects hosted anywhere in the same memory space to across the internet.
While this abstraction had its problems (the dynamics of different cases were very different) and the use of a binary format challenged interoperability it did work. And work very well (consider all the line of business applications that Visual Basic enabled).