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
Answers were Sorted based on User's Feedback
Answer / chetan
make command on both dll
regsvr("noramal dll") it will show message of some entry
point error
regsvr("comdll") it will register succesfully to window
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / 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 |
Can I remove microsoft visual c++?
Do I need microsoft visual c++ on my computer?
What is the use of microsoft visual c++ 2015 redistributable?
What is a glyph?
What is the return value when the InsertItem function fails?
What is difference between c++ and vc++?
What is microsoft visual c++ redistributable and do I need it?
what is DLL?
What is the difference between the cout and cin iostream objects?
Do I need all the microsoft visual c++ redistributable?
How to declare more than one variable on a single line?
What is a thread (VC++) and state the difference between Cmutex and Csemaphone?