Re: Is XPCOM installed by default with Mozilla?

2004-04-19 Thread Anton Bar
Benjamin, Thank you for the quick reply! I need a plugin that will use nsIWebBrowser in order to embed browser windows inside the plugin window. Can it be done through NPAPI? I thought to start with the npScriptable sample and pass its mhWnd (in nsPluginInstance::init) to nsIWebBrowser. I wil

Re: Is XPCOM installed by default with Mozilla?

2004-04-19 Thread Benjamin D. Smedberg
Anton Bar wrote: I want to write a plugin that will use XPCOM. I have to make it as small as possible (avoid static linkage). I have Mozilla 1.6 installed, but in its directory there is no xpcom.dll. Does it mean that I'll have to package XPCOM.DLL with my plugin (sounds fishy...). If you're on

Is XPCOM installed by default with Mozilla?

2004-04-19 Thread Anton Bar
Hi all, I want to write a plugin that will use XPCOM. I have to make it as small as possible (avoid static linkage). I have Mozilla 1.6 installed, but in its directory there is no xpcom.dll. Does it mean that I'll have to package XPCOM.DLL with my plugin (sounds fishy...). Many thanks in adva