how you call a dll as a COM dll.
Answers were Sorted based on User's Feedback
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 |
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 |
hi,I have applied for NIC test plz if any one have test paper pattrn plz send me on "mn_mayank38@yahoo.co.in"
What should QueryInterface functions do if requested object was not found?
Write a JCL to copy only selected members from a partitioned data set to another partitioned data set. (Use: IEBCOPY)
how do you know it is general dll or com dll
How do we create dcom object in vb6?
How can would you create an instance of the object in COM
What is the difference between aggregated and contained objects?
Let?s assume 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?
What is In-proc?
Differentiate normal DLL to COM DLL
How to Use structs in COM interfaces when Automation compatibility is not an issue?
What is a moniker ?