FYI.

My problem was having multiple XPT files with the same definition (i.e. nsITestProxy) defined. For some reason, multiple definitions prohibits creating a proxy. Maybe this should be looked at?

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