Re: Creating XPCOM module in C++ and VC
Martin Husemann <[email protected]> Fri, 31 Jan 2014 11:42:55 +0100
| Newsgroups | gmane.comp.mozilla.devel.plugins |
|---|---|
| Message-ID | <[email protected]> |
Lukas Haase wrote: > Hi all, > > Is anyone successful in building a simple Hello-World XPCOM module for > current Firefox? You do not want to do that (I think XPCOM is gone completely by now). You want NPAPI instead. Martin