Answer the question
In order to leave comments, you need to log in
What is a COM object, how is it developed, what are the features of the Microsoft COM implementation?
Good afternoon everyone. I would like to get short and understandable for a beginner answers to the following questions:
1) What is a COM object?
2) How is the development of a COM object?
3) What are the features of Microsoft's COM implementation?
Please refrain from throwing off multi-page literature.
Thank you.
Answer the question
In order to leave comments, you need to log in
1) Another crazy incarnation of Microsoft's attempt to embed one program into another. Before that there were DDE, OLE, ActiveX and other zoo. There are even legends about it .
First there were Windows API and DLL Hell. The N1 revolution was DDE - remember how links allowed us to create status bars reflecting the current price of Microsoft stock? Around the same time, Microsoft created the VERSION INFO resource, which excludes DLL Hell. But another group at Microsoft found a fatal flaw in DDE - they didn't write it!
This is a way of interface interaction developed (I would say licked from corba). Activex could not be before because it is a development com. The previous commenter seems to have mistyped.
1) com object is the entity of the class that implements IUnknown.
2) well, using a computer. Too abstract question. Usually you describe the interface and its implementation, well, then you pull this interface. Everything is quite simple.
3) oh already this youth. Implementation features are usually described in multi-page literature.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question