Answer Posted / vijay kumar bhatia
2nd answer is correct. Also following differences can be
added
COM DLL is registerable dll while normal is non-registerable
COM DLL only exports following 4 functions
* DllGetClassObject.
* DllRegisterServer.
* DllUnregisterServer.
* DllCanUnloadNow
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is dcom?
How do we create dcom object in vb6?
Which namespace do the classes, allowing you to support COM functionality, are located?
What is the use of com component in .net?
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?
Explain Futures of COM?
Define and explain about COM?
How to create an instance of the object in COM?
Does .net replace com?
What is the difference between aggregated and contained objects?
What is reference counting in com?
Can I use .net components from com programs?
how to call a dll as a COM dll?
Can I use com components from .net programs?