Answer Posted / saravanan k
Classic DLLs are function libraries while ActiveX(COM)
DLLs are objects. The difference is like the difference
between procedural and object oriented programming.
API style Declare statements are needed for routines in
a 'normal' DLL and and an ActiveX(COM) DLL is treated like a
class object.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
How to create an instance of the object in COM?
What are queued components?
Suppose we have object b and aggregated object c (in- proc server), created by b. Can you access any interface of b from c? What?s the difference between aggregated and contained objects?
How do we create dcom object in vb6?
What is reference counting in com?
how to call a dll as a COM dll?
Can I use .net components from com programs?
Does .net replace com?
What is dcom?
What is the use of com component in .net?
Suppose we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C?
Which namespace do the classes, allowing you to support COM functionality, are located?
Define and explain about COM?
Can you explain what is dcom?
Is dcom dead?