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

Explain object pooling?

1 Answers   HCL,


Which namespace do the classes, allowing you to support COM functionality, are located?

0 Answers  


what is mean by scintific,commercial and business applications? How they differ? Please answer me. Advance thanks.

0 Answers   Excel,


What are queued components?

0 Answers  


What is IUnknown? What methods are provided by IUnknown?

3 Answers   IBM,






Suppose we have object B and aggregated object C (in- proc server), created by B. Can you access any interface of B from C?

0 Answers  


What should QueryInterface functions do if requested object was not found?

1 Answers  


where can i use pmcmd commands of informatica

1 Answers  


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

3 Answers  


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

2 Answers  


How to Use structs in COM interfaces when Automation compatibility is not an issue?

1 Answers  


Can I use com components from .net programs?

0 Answers  


Categories