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...


how do you know it is general dll or com dll

Answers were Sorted based on User's Feedback



how do you know it is general dll or com dll..

Answer / chandrasekharreddy siddamreddy

Open the dll in dependency walker application
(depends.exe). If the dll is having following functions
DLLRegisterServer
DLLUnRegisterServer
DLLCanUnloadNow
DLLGetClassObject

It is a COM DLL otherwise it is not.

Is This Answer Correct ?    13 Yes 1 No

how do you know it is general dll or com dll..

Answer / virat sarswat

Checking above listed four function is a option. Another
one is just try to egister dll using "Regsvr32" if it's a
com dll it will register otherwise it will prompt error for
entry point.

Is This Answer Correct ?    4 Yes 0 No

how do you know it is general dll or com dll..

Answer / techy break

second answer is correct, checking dll not means, checking
in source code.So IUnKnowns pointer checking no
possible.Simply check using dependancy walker as in 2

Is This Answer Correct ?    1 Yes 0 No

how do you know it is general dll or com dll..

Answer / sandeep mishra

COM DLLs export above listed 4 functions and it's mandatory
for any DLL to be qualified as a COM DLL.
Where in regular DLLs we get a list of exported functions
which from client application we will invoke.

Is This Answer Correct ?    0 Yes 0 No

how do you know it is general dll or com dll..

Answer / bijender singh

COM Dll contails IUnknown interface but general DLL doesn't.

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More COM DCOM Interview Questions

Suppose we have object b and aggregated object c (in- proc server), created by b. Can you access any interface of b from c? What?s the difference between aggregated and contained objects?

0 Answers  


What is dcom?

0 Answers  


What kind of components can be used as DCOM servers?

1 Answers  


What are the different compatibility types when we create a COM component?

1 Answers   TCS,


Explain object pooling?

1 Answers   HCL,


Do COM keep track of all the object references(Accounting)?

3 Answers   Microsoft,


Write a JCL to copy only selected members from a partitioned data set to another partitioned data set. (Use: IEBCOPY)

1 Answers   Wipro,


what is far pointer and what are the use of far poiter in com/dcom ?????

2 Answers   HCL,


What is the difference, if any, between OLE and COM?

3 Answers  


What are the purposes of AddRef, Release and QueryInterface functions

2 Answers  


Explain transaction atomicity?

1 Answers  


where can i use pmcmd commands of informatica

1 Answers  


Categories