最简单的NPAPI插件的实现框架

时间:2018-05-28 06:23:13
【文件属性】:
文件名称:最简单的NPAPI插件的实现框架
文件大小:248KB
文件格式:RAR
更新时间:2018-05-28 06:23:13
NPAPI VC++ 浏览器插件 最简单的NPAPI插件的实现框架, 结构稳定而简单可大规模使用,适合初学者学习
【文件预览】:
npListenImage
----ListenDll()
--------resource.h(547B)
--------ListenDll.def(106B)
--------listen.h(2KB)
--------stdafx.h(1KB)
--------ReadMe.txt(2KB)
--------res()
--------listen.cpp(537B)
--------stdafx.cpp(140B)
--------ListenDlg.h(650B)
--------ListenDll.cpp(973B)
--------ListenDll.rc(4KB)
--------ListenDll.aps(34KB)
--------dllmain.cpp(1KB)
--------ListenDll.vcproj(6KB)
--------targetver.h(1KB)
--------ListenDll.h(917B)
--------ListenDlg.cpp(1KB)
----TestnpListenImage.html(1KB)
----npListenImage()
--------npListenImage.aps(18KB)
--------base64.h(1KB)
--------resource.h(594B)
--------ListenControl.h(13KB)
--------Plugin.h(3KB)
--------npListenImage.vcproj.PC--20130522DSB.caohu.user(1KB)
--------ListenControl_i.c(1KB)
--------md5.cpp(16KB)
--------np_entry.cpp(9KB)
--------stdafx.h(252B)
--------Log.h(772B)
--------plugin()
--------md5.h(2KB)
--------npp_gate.cpp(7KB)
--------npListenImage.vcproj(5KB)
--------npListenImage.vcproj.KENTPC.Administrator.user(1KB)
--------Plugin.cpp(12KB)
--------EventsSink.cpp(420B)
--------base64.cpp(3KB)
--------npn_gate.cpp(7KB)
--------npListenImage.def(104B)
--------npListenImage.rc(2KB)
--------Log.cpp(3KB)
--------EventsSink.h(576B)
----npListenImage.sln(1KB)

网友评论

  • 不太适合初学者,主要是代码很多是抄框架例子的。代码风格有点乱
  • 编译不了,LINK : fatal error LNK1104: 无法打开文件“nprt.def”
  • 可以用,学习了