Make C dll as a COM DLL
-
Hi All, I am new to COM. I have a DLL which is written in C. I want to make that DLL a COM dll. SO that i can register it and my application can use it. I tried google a lot. But not finding any satisfactory answer. Please answer if you have any idea about how to achieve the said. Thanks in advance
-
Hi All, I am new to COM. I have a DLL which is written in C. I want to make that DLL a COM dll. SO that i can register it and my application can use it. I tried google a lot. But not finding any satisfactory answer. Please answer if you have any idea about how to achieve the said. Thanks in advance
I do not know what you Googled for, but there is a complete section of articles on COM here at http://www.codeproject.com/KB/COM/[^]. Michael Dunn's Introduction to COM - What It Is and How to Use It.[^] is an excellent starter.