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


Please Help Members By Posting Answers For Below Questions

Can I uninstall visual c++ 2005?

573


What is microsoft visual c++ 2013 redistributable package x64?

550


What is visual c++ runtime?

589


Difference between critical section, mutex and semaphore.

632


Is it ok to uninstall microsoft visual c++?

595






Is visual c++ the same as c++?

575


Explain the advantages of cwinthread class.

601


What is difference between c++ and visual c++?

554


Explain the significance of initapplication() in vc++.

656


What is dao in vc ++?

545


What is vcredist?

634


Can I uninstall visual c++?

608


What is microsoft visual c++ 2017 redistributable?

545


What is the difference between an MLE and an SLE?

5730


What is a wizard?

1780