Hi,
I whish to adapt an NPAPI plugin to work with google chrome on Windows. The plugin works in firefox but when used in chrome I get an error dialog:
"This application has failed to start because xpcom.dll was not found. Re-installing the application may fix this problem".
And indeed, I link the program with with xpcom.lib from the gecko sdk. I need to do this because I need to call NS_GetMemoryManager. I need to call that function because I need to return a String from one of my scriptable functions (the shorthand NS_Alloc will also do for me).
Also, loading in xpcom.dll with LoadLibrary does not seem to work.
Any suggestion or pointers of how to make the plugin work with chrome?
Hansen


LinkBack URL
About LinkBacks



Reply With Quote
lugins". But when I try to invoke methods of the plugins, I am getting error message
