COM DCOM Question:

how to call a dll as a COM dll?

Answer:

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.

Read All 25 COM DCOM Questions
Previous QuestionNext Question
Do COM keep track of all the object references (Accounting)?Define and explain about COM?