How to write a C++ FireFox 3 plugin (not extension) on Windows? -


could write-up step step guide developing c++ based plugin firefox on windows?

the links , examples on http://www.mozilla.org/projects/plugins/ old , inaccurate - "new" link added page in 2004.

the example anything, thinking plugin lets javascript set name , displays "hello {name}". show 2-way communication, have property returns full salutation.

though not important, nice if plugin work in chrome too.

see http://developer.mozilla.org/en/plugins . , yes, npapi plugins should work in google chrome well.

[edit 2015: chrome removes support npapi http://blog.chromium.org/2014/11/the-final-countdown-for-npapi.html ]


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -