Forgot to initialize XPCOM but it still works
Evan <[email protected]> Fri, 08 Nov 2002 13:09:53 -0500
| Newsgroups | gmane.comp.mozilla.devel.xpcom |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
I wrote a small app that used XPCOM. I had forgot to call NS_InitXPCOM2() and NS_ShutdownXPCOM(), but the application still worked. It registered the components and I was able to access them. I had thought this was not possible. What makes it still work? I'm very curious about this. Evan