COM – Creating a COM Component using C++ – CoCreateInstance
As of now we have created our COM component. Now it is the time to test our component. In this article we are going to create a C++ client application to test our component. Usually we need to follow the below steps while creating a component test application. Initialize COM library Create an instance of […]