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

Explain the important features of vc++?

0 Answers  


How do you specify which control is the buddy control?

2 Answers  


How do I reinstall visual c++ on windows 10?

0 Answers  


What is a mnemonic?

1 Answers  


what are the advantages of VC++ design environment

1 Answers  






What is vc++ programming?

0 Answers  


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

0 Answers  


What is odbc in vc ++?

0 Answers  


What is vcredist_x86 exe?

0 Answers  


What is visual c++ runtime error?

0 Answers  


What is visual c++ 2010 redistributable package x64?

0 Answers  


difference between assert and verify.

0 Answers  


Categories