Lazy way is to dump the DLL into the components directory and call AutoRegister() ... As for what symbols the DLL is supposed to export - look at http://lxr.mozilla.org/seamonkey/source/xpcom/sample/nsSampleModule.cpp I think the macros of interest are NS_GENERIC_FACTORY_CONSTRUCTOR() and NS_IMPL_NSGETMODULE(). -rick
- registering components in external modules (dll format) Ari Heitner
- Re: registering components in external modules (dll f... Rick Parrish
- Re: registering components in external modules (dll f... Sean Echevarria
