I have implemented synchronous Registration Free COM, as described in Steve Whites article (both client and server in unmanaged C++)
My question is :
Is it possible to handle COM events Registration Free in an unmanaged scenario?
If so, presumably it would be implemented by additional entries in manifest files?
And, if so, does anyone know how to do it, or can point me at an example?
Thanks