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 the use of microsoft visual c++ 2015 redistributable?
How do I reinstall visual c++ on windows 10?
What is microsoft visual c++ 2005 redistributable?
What is a thread (VC++) and state the difference between Cmutex and Csemaphone?
How to create a DLL in C++.net 2005 which we can use in VB 6.0 application ?
What is microsoft visual c++ 2010 x86 redistributable?
What is dao in vc ++?
What is visual c++ used for?
Is it ok to uninstall microsoft visual c++?
What is vcruntime?
What is difference between c++ and visual c++?
In which Way invoke context-sensitive help inside the editor?
Do you need microsoft visual c++?
How can we use cmutex?
Explain the significance of initapplication() in vc++.