On Mon, Jul 19, 2004 at 08:35:52AM +0200, Tomasz Motyl wrote: > virtual nsresult GetbObj(nsIbClass **_retval) = 0;
this should be NS_IMETHOD instead of nsresult
> nsresult nsbClass::GetbObj(nsIbClass **_retval) {
this nsresult should be NS_IMETHODIMP
that may fix the crash. the comptr assignment itself looks fine.
--
_______________________________________________
Mozilla-xpcom mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-xpcom
