I added that piece of code. The error being returned is NO_INTERFACE. Can you please provide some background as to why I would be getting this error?

Christian Biesinger wrote:
William Buch wrote:

nsTestXPCFoo *newFoo = new nsTestXPCFoo(this);


You seem to never addref this object. Try inserting an NS_ADDREF(newFoo); line after this one.

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

Reply via email to