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 visual c++ used for?
Where can I find microsoft visual c++?
Can I delete old microsoft visual c++?
What is difference between c++ and vc++?
What is visual c++ 2010 redistributable package x64?
How do I reinstall microsoft visual c++?
What is vcredist_x86 exe?
Do I need ms visual c++ on my computer?
What is vcruntime?
Can I uninstall visual c++?
What is visual c++ runtime?
How do I uninstall vc++ 2015?
What are the advantages of a message map
Explain pointer to the constant and constant pointer? Explain difference between them.
What is mfc in vc++?