npapi
Regarding Windows Application Development And NPAPI plugin
I am planning to make an application that monitors the websites visited by the users and performs some calculations on that.[详细]
2023-04-02 13:02 分类:问答Cross Platform NPAPI Interfacing/Integrating
I would like to use Google Earth in one of my cross platform C++ applications, and the only way I can see that would allow me to integrate it nicely into my GUI and interface to it usin开发者_StackOve[详细]
2023-03-30 14:03 分类:问答CWindowImpl::Create() Failing in Windows 7
I have a Firefox plugin dll, which works fine in Windows XP but crashes in Windows 7. Issue is with CWindowImpl::Create() which fails to create a Window(window handle is NULL). Also, GetLastError() re[详细]
2023-03-30 04:39 分类:问答npapi plugin having issues with firefox 4.0 and later
I have developed npruntime based plugin for firefox/chrome and its working fine with ff3.6/chrome 10,but when i load any other plugin in firefox 4.0 or later after loading my plugin,then firefox hangs[详细]
2023-03-29 13:33 分类:问答Safari 5.1 npapi issue
Since several days I am trying to resolve the folowing issue, reading all I found around the web about npapi on mac.[详细]
2023-03-29 05:21 分类:问答C++ NPAPI WinHttpConnect failed
Now i know the problem is hConnect not successfully initialize through the debugger, and i wonder why,thanks[详细]
2023-03-28 02:54 分类:问答Chrome extension javascript function is not defined
I\'m Developing an chrome extension and encountered an problem i cannot solve ;/ I wrote the manifest file and some java script code. Everything is working good except buttons. When I click them they[详细]
2023-03-27 04:50 分类:问答chrome detecting integer as NPVariantType_Double with npruntime plugin?
I am trying to call a function through javascript via my NPRuntime plugin but when i pass an in开发者_Go百科teger value to a function,chrome detects that as NPVariantType_Double while firefox is takin[详细]
2023-03-26 00:21 分类:问答NPAPI threading model: should access to global variables be protected by a lock?
From https://developer.mozilla.org/En/Gecko_Plugin_API_Reference:Scripting_plugins : This API is not designed to be thread safe. The threading model for this API is such that all calls through this[详细]
2023-03-25 04:25 分类:问答How can I load a NPAPI Plugin from a Safari extension?
My query is similar to this global.html is unable to load NPAPI plugin from safari-extension builder but its loading from 开发者_开发知识库the direct link.[详细]
2023-03-24 06:41 分类:问答