Antoine Julien wrote:
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.

It is quite possible that your component uses something that has changed between the time Netscape shipped 7.1 and the current browsers: Mozilla/Firefox, Thunderbird.


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

Reply via email to