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



I have to DLL one is COM dll and another is normal DLL. How I can identify which dll is normal DLL ..

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

I have to DLL one is COM dll and another is normal DLL. How I can identify which dll is normal DLL ..

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

Post New Answer

More VC++ AllOther Interview Questions

Name the function is used to transfer bitmaps to an output device?

2 Answers  


Do I need microsoft visual c++ on my computer?

0 Answers  


What is visual c++ 2008 redistributable x64?

0 Answers  


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

0 Answers  


What is cwinthread class? Explain its advantages.

0 Answers  






Is it ok to uninstall microsoft visual c++?

0 Answers  


What is the purpose of declaring a variable as unsigned?

2 Answers  


Difference between critical section, mutex and semaphore.

0 Answers  


Do I need ms visual c++ on my computer?

0 Answers  


Explain pointer to the constant and constant pointer?

0 Answers  


What is microsoft visual c++ used for?

0 Answers  


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

0 Answers  


Categories