[EMAIL PROTECTED] wrote:
Now i got a problem in registration.Message box Registration is displayin during first time firefox loads but Unregistration is not calling properly.
I don't think that components are ever unregistered currently.
And i do no when to inittiate my xpcom and shutdown
xpcom. Here is my code
MyComponent::MyComponent()
{
rv = NS_InitXPCOM2(nsnull, nsnull, nsnull);
Erm, why are you initializing XPCOM inside a component?
NS_ShutdownXPCOM(nsnull );
And shutting it down? This should be done by the application, not by a component.
smime.p7s
Description: S/MIME Cryptographic Signature
