Roy wrote:
Hello,

Is it possible for an XPCOM dll to reside in some other directory besides the Components directory in the Firefox install folder? I've successfully registered a component in the Components directory using regxpcom, and the component functions properly when Firefox runs. When I attempt to register the component in any other location, regxpcom indicates that the registration succeeded, but the component does not function when Firefox starts.

regxpcom is useless in toolkit-based apps. You should probably be putting your component in an extension and then installing that extension one of the many ways there is available to install extensions.

--BDS
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to