I know this question has been asked in the past, but no answer has been provided.

Netscape 7.1 is built on Mozilla. However, a component that works perfectly well on Mozilla/Firefox/Thunderbird makes Netscape crash painfully. After some strandard debugging, I've figured out that the crash happens on the following javascript line :

myPluginComponent = Components.classes["@company.com/myComponent"].createInstance(Components.interfaces.IMyInterface);

Is it that Netscape does not support XPCOM? Or must I initialize something in some way before calling that?

Thanks a lot.


A. _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom

Reply via email to