> I think that for whatever reasons, explorer always tries to create
> shell extensions as InProc.  CoCreateInstance, which is the usual
> API to create COM instances, allows to specify which one you want.
>
> Thomas

So there is no way to do this, other than to create a "proxy" COM
object as InProc, which then forwards the requests to my COM object in
the separate process?
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to