On 1/15/09 7:10 AM, Dmitry V. Zhulanov wrote: > Hello, Developers! > > I try to implement custom protocol handler. I follow [1] to create VC > project, and use chrome protocol handler as base. > > If I install my handler to firefox its all ok. But If I install it to GRE > nothing happened. I try even put application.ini with own settings with > BuildID, but it does not help. I can't see my dll loaded in modules list > in Process Explorer. > > Please, help to install my binary extention to GRE, I have *.xpt and > *.dll file and application which use GRE.
I'm not sure what exactly you're trying to do. By "GRE" do you mean "XULRunner"? Why are you putting a component in XULRunner? You should really never do that: keep it as part of your application. In any case, there's a page for debugging component-loading issues: https://developer.mozilla.org/en/Troubleshooting_XPCOM_components_registration --BDS _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
