how you call a dll as a COM dll.

Answers were Sorted based on User's Feedback



how you call a dll as a COM dll...

Answer / rathakrishnan

If a dll is registerable and can keep the interface in COM
Runtime library then we can call that dll as COM dll

Is This Answer Correct ?    4 Yes 1 No

how you call a dll as a COM dll...

Answer / chandrasekharreddy siddamreddy

Inorder to call your DLL as COM dll, you have to follow
some rules to develop the dll. If those rules are there
then only your DLL will be called as COM dll.

COM is a specification set of rules to develope binaries,
COM is not a language.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More COM DCOM Interview Questions

Can I use .net components from com programs?

0 Answers  


Is dcom dead?

0 Answers  


Explain JIT activation?

1 Answers  


Can I use com components from .net programs?

0 Answers  


What is a moniker ?

3 Answers  






What kind of components can be used as DCOM servers?

1 Answers  


Does .net replace com?

0 Answers  


What happens when client calls CoCreateInstance?

2 Answers   Cap Gemini,


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  


How do you make a NET component talk to a COM component?

3 Answers   TCS,


Futures of COM

3 Answers   MIT,


C is aggregated by B, which in turn aggregated by A. Our client requested C. What will happen?

2 Answers  


Categories