On 23 Mar, 14:48, Lorenzo <[EMAIL PROTECTED]> wrote: > Hi all, > I have the following problem: > I want to create a standalone application that uses an XPCOM module "A" > written in C++ (a library). > I want to create plugins for this application (.xpi package) that > install another XPCOM module "B" that use the A XPCom library. > I think I doesn't need to cross the interface and to write javascript code. > How can I do this in a cross-platform manner? Does mozilla support the > dynamic linking? Does it exist some pages of documentation about it?
by "XPCOM module" do you XPCOM component? if you have a registered XPCOM component you can use it from another with do_CreateInstance() _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
