raven wrote: > I'm finding some trouble grasping the concept of xpcom glue. I would > appreciate if someone could clear this. Thx in advance
The XPCOM Glue is a static library containing various helper functions and classes that make it easier to use XPCOM functionality. It exists so that the actual XPCOM library doesn't have to export C++ functions/classes with C++ name mangling, or generally so that it doesn't have to export functions and classes that it doesn't want to freeze. _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
