2

I've been searching for about an hour now, I already feel kinda dumb. Where can I find a download for the NPAPI ? I've skimmed the Gecko Plugin API Reference a little bit, but couldn't find a downloadlink. I also downloaded the Gecko SDK, which eerily was called xulrunner sdk after downloading (??), but Windows-search told me there was no npapi.h in the package.

Where can I downlaod the NPAPI ?

*Edit:

DOH - I was wrong. The npapi.h is contained in the Gecko SDK. I'm sorry.

Georg Fritzsche
  • 97,545
  • 26
  • 194
  • 236
Niklas R
  • 16,299
  • 28
  • 108
  • 203
  • also worth looking at the http://firebreath.org project as a reference; open source plugin framework, plenty of NPAPI example code. – taxilian Jan 16 '12 at 05:50

1 Answers1

7

The canonical source for the NPAPI headers is the NPAPI SDK project. The Gecko SDK headers (as well as the headers in the WebKit source) are based on those.

smorgan
  • 20,228
  • 3
  • 47
  • 55