PDA

View Full Version : Qtbrowserplugin fails in chrome



naren82
12th April 2011, 14:38
I have created a dll using QtBrowserplugin. Its running successfully on IE, Firefox and Opera. But it fails with chrome. I am not even able to call the constructor of my plugin class on chrome. It seems the plugin maybe failing in NP_Initialize or NPP_New. Does any one has any idea what went wrong?

how can I debug where the plugin is failing? can I create a log file by adding some debug messages in the Initialize and New functions?

Thanx

naren82
15th June 2011, 13:34
After much googling, the only solution left is to build the plugin in FireBreath. I am successfull in doing so.

arminIT
21st January 2013, 20:05
how did u that?
may you help me to create plugin with FireBreath for qt app?
i want to show a widget on my browser.