Visual C++ – Creating an ATL COM Component (Part – 2)
In our previous article, we have created an empty ATL COM Project. Now we need to add our functionality to the project. Remember that we are going to create a COM component using ATL (Active Template Library). Most of the code for our project was generated by Visual Studio. Now we need to add our […]