Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is a copy constructor? What is the need for it?

0 Answers  


Do I need all the microsoft visual c++ redistributable?

0 Answers  


A file a.cpp & B.cpp are complied & linked together in VC++ file a is something like int a =100;, File B is something like extern a; main() { printf("%d",a); }what will be the output.a)100,b)linker error,c)complier error etc etc.

3 Answers   Honeywell,


What is microsoft visual c++ used for?

0 Answers  


What is the use of message map? Advantages of a message map.

0 Answers  


What is the use of DDV and DDX routines ?

4 Answers   TCS,


How do I remove microsoft visual c++ 2015 redistributable?

0 Answers  


What is visual c++ 2008 redistributable x64?

0 Answers  


Is microsoft visual c++ a virus?

0 Answers  


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

0 Answers  


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

0 Answers  


How do I create an mfc application in vc++?

0 Answers  


Categories