> I think, I came to the similar problem as you...
> I wanted to interact with Netscape browser from another process
> and nothing helped: objects are created independently as DLLs
> are loaded independently.
> Can I draw a conclusion, that XPCOM works in bounds of one process?
Correct. At least for Windows platform, don't know about others. In Windows
every proccess runs in its own address space of 4GB, like if it is the only
process on the computer. As someone already mentioned, MSCOM has abilities to
trasnfer data between different processes but in XPCOM you should do it
yourself.
--
Regards,
Waleri