Doug Turner wrote:
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

I understand, but has anyone ever succeeded in writing a component for Netscape and call it with the Components.classes thingy?


It's not all that necessary for my component, but it would be a nice "plus" that it could support Netscape. If someone tells me it's possible and shows me how, then I'll do it, but if it isn't (or it hasn't been done yet), I won't put much effort into it.

Thanks


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

Reply via email to