Yes. You can test the COM interface using #import in MSCV++. If the COM object is ATL based, you will need to use CComObject (?) to instantiate the implementing class.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Is it possible to write test modules for testing COM components. If so, could you please point me to the relevant documentation.
Thanks in advance,
Diwakar
Yes. You can test the COM interface using #import in MSCV++. If the COM object is ATL based, you will need to use CComObject (?) to instantiate the implementing class.