I have a c++ dll which I want to convert to COM object. what are the steps I need to do?
thanks!
I have a c++ dll which I want to convert to COM object. what are the steps I need to do?
thanks!
Create new ATL project. Add new interface and add the same methods to that interface which are currently exported by your DLL.