COM – Creating a COM Component using C++ – Registering a COM component
In our previous article, we have packaged a component into a DLL. Now we will look at how to register the component. Registering a COM component means, adding necessary registry entries into Windows Registry. COM library will pick up the component depending on the added registry entries and create an instance of it. Because of […]