how to call a dll as a COM dll?
Answer / Alka Chauhan
To create a COM DLL (Dynamic Link Library) from an existing DLL, you need to register the DLL with the Windows registry using the Regsvr32.exe command-line utility. This registration process adds an entry in the system's registry, including the CLSID, ProgID, and IID for the exposed interfaces. Once registered, other applications can use the COM DLL as they would any other COM object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Define and explain COM?
Does .net replace com?
Is dcom dead?
When you call CoInitialize(NULL) function how it works internally.
What is IUnknown? What methods are provided by IUnknown?
Do COM keep track of all the object references(Accounting)?
What is a moniker ?
Which namespace do the classes, allowing you to support COM functionality, are located?
What is dcom?
Can you explain what is dcom?
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?