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
What are queued components?
Does .net replace com?
how to call a dll as a COM dll?
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?
Which namespace do the classes, allowing you to support COM functionality, are located?
Explain Futures of COM?
How to create an instance of the object in COM?
What is reference counting in com?
Can you explain what is dcom?
What is dcom?
Can I use com components from .net programs?
How do we create dcom object in vb6?
What is the use of com component in .net?
What is the difference between aggregated and contained objects?
Can I use .net components from com programs?