I have a COM dll implementation with set of methods from multiple interfaces. I want to test my COM implementation to check whether my COM implementation is working when its created from out-proc.
How to create COM object in out-proc?
I have a COM dll implementation with set of methods from multiple interfaces. I want to test my COM implementation to check whether my COM implementation is working when its created from out-proc.
How to create COM object in out-proc?