lav wrote:
I want to communicate with the XPCOM component from another exe. I tried an XPCOM glue application to notify the component with some messages. But the XPCOMGLUE and XPCOM have difference set of references to the objects. So I am not able to notify the component already loaded by the firefox browser.
I believe somebody already answered this question, but XPCOM is per-process, and there is not a builtin way to communicate from one process to another.
--BDS _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
