"Rick Parrish" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Marius Mikucionis wrote:
>
> > If I take MSCOM then I can find all components
> > and IDs "database" in windows registry.
> > But where does XPCOM keeps its IDs and paths to DLLs?
> >
> > Marius
>
> XPCOM creates a components directory and builds a small
> registry like database of which components are located
> in which DLLs or so files. It functions as a component
> registry for your application rather than a registry for
> the whole computer.
>
> -rick
>
So I can have plenty of those XPCOM directories with a separate registry?
It's not very good idea...
How can I determain what component-services are run/registered
as single copy for several processes (I expect them to be in mozilla.exe or
netscp6.exe)?
I need my outer application to communicate with Netscape6,
but all I get is a separate copy of component I'm trying to communicate
with.
Is it possible with XPCOM?
Marius