yzhikan / npapi-sdk

Automatically exported from code.google.com/p/npapi-sdk
0 stars 0 forks source link

add Windows version of the basic plugin sample #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We should add Windows version of the basic plugin sample. Preferably one that 
builds with minimal clicks via visual studio.

Original issue reported on code.google.com by josh....@gmail.com on 2 Mar 2011 at 5:56

GoogleCodeExporter commented 9 years ago
I'm currently trying to use the visual studio but I had no luck by now. I 
always have an error with chrome.

Original comment by xgvar...@gmail.com on 23 Mar 2011 at 1:12

GoogleCodeExporter commented 9 years ago
How can you be having an error building sample code that doesn't exist?

If you have a problem with the headers, file a new bug. If you need help 
learning to make a plugin, try a forum.

Original comment by stuart.morgan on 31 Mar 2011 at 12:19

GoogleCodeExporter commented 9 years ago
Sorry, I made myself misinterpreted. My intention was to tell I'm currently 
working on this small project but having not lucky at all, there is a big lack 
of documentation for this kind of application, and to let you know  I'll be 
glad when you put your code available so I gonna to have a starting point.
Ok, I know I didn't say this all, but as I said it "WAS" my intention. 

Original comment by xgvar...@gmail.com on 31 Mar 2011 at 1:37

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Here is an open source NPAPI plugin which you can build using visual studio: 
https://github.com/mohamedmansour/haptics-chrome-extension

Pay special attention to the fact that your ".rc" file has to specify certain 
information regarding your plugin, such as mime-type, and version. You can use 
this file as a template (I did :-)): 
https://github.com/mohamedmansour/haptics-chrome-extension/blob/master/source/re
source_plugin.rc

I hope this helps

Original comment by khalid.a...@gmail.com on 14 Jun 2011 at 6:03

GoogleCodeExporter commented 9 years ago
I forgot to mention that your ".def" file has to specify the necessary entry 
points to your plugin so that the browser can call your plugin. see this: 
https://github.com/mohamedmansour/haptics-chrome-extension/blob/master/source/mo
dule_definition.def

Original comment by khalid.a...@gmail.com on 14 Jun 2011 at 6:05

GoogleCodeExporter commented 9 years ago
Those windows samples posted above do not exist anymore.
Please provide Windows sample also, not just mac and unix.

Original comment by webmas...@angle-less.com on 7 Jun 2013 at 2:33