Not quite the answer you're looking for, but assuming you know the
path of the component you want to register and you can use c++, look
into
http://lxr.mozilla.org/seamonkey/source/xpcom/tools/registry/regxpcom.cpp#61


On 27 Mar 2001 04:32:35 GMT, [EMAIL PROTECTED] (Ari Heitner)
wrote:
>
>but what if you're trying to register components that live in some external
>DLL? I can tell it where the stuff lives easily with nsCM::RegisterComponent or
>nsCM::RegisterComponentLib (and many many friends). But that's not enough,
>right? the dll better export some magic symbols so that the nsCM (or
>whoever) can get factories for all these components that XPCOM now knows live
>in that library.
>
>Where are the docs for that stuff?


Reply via email to