Hi all,
From another application , how can i access a component placed in mozilla's components directory ? (to be precise in my requirement is there any support for Remote method invocation )
Is any code/component available to achieve the above ? if not , point me to some link to develop this component .
Thanks Raghavan
There is mozilla/ipc/ipcd, which gives you rpc. But, IIRC, the mozilla you wanna call into needs to trigger that, too.
And you still need to hook up XPCOM yourself. Depending on what you wanna do, you could just hook up XPCOM and call into the component you're interest in.
Axel _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
