Click here to Skip to main content
15,884,739 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted
Comments
Richard MacCutchan 3-Mar-15 4:57am    
Please do not post the same question in multiple forums.

1 solution

A viable approach would be using MFC or ATL, the following article shows the second option: "A Beginner Tutorial for Writing Simple COM/ATL DLL and Using it with .NET"[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900