I have to DLL one is COM dll and another is normal DLL.
How I can identify which dll is normal DLL and which DLL is
from COM DLL.
please give me some clear picture on these
Answer Posted / satish tandle
If you have Visual Studio Installed, Open Visual Studio
Tools -> Dependency Walker (Depends). From Dependency
Walker window, locate and open the COM dll. It will list
the functions exported. For the COM dll it should export
DLLRegisterServer, DLLUnregisterServer, DllGetClassObject
and DllCanUnloadNow.
For a non COM dll it would show some other functions.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is cwinthread class? Explain its advantages.
How many microsoft visual c++ do you need?
Explain the significance of initapplication() in vc++.
Explain pointer to the constant and constant pointer?
How do I install microsoft visual c++ 2015?
What is the Use of the Developer Studio Editor?
Explain the advantages of cwinthread class.
What is microsoft visual c++ 2013 redistributable package x64?
Can I uninstall visual c++?
Do I need microsoft visual c++ 2005 redistributable on my computer?
What is the difference between an MLE and an SLE?
Is visual c++ still used?
How you build a project using Developer Studio?
What is vc++ programming?
What is microsoft visual c++ 2010 x86 redistributable?