I am planning to make an application that monitors the websites visited by the users and performs some calculations on that.
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
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
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
Since several days I am trying to resolve the folowing issue, reading all I found around the web about npapi on mac.
Now i know the problem is hConnect not successfully initialize through the debugger, and i wonder why,thanks
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
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
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
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.