On Wed, Dec 10, 2003 at 10:29:30AM -0800, L. David Baron wrote: > It sounds like you might have compiled XPCOM without DEBUG defined but > then compiled your library with DEBUG defined, and then called > DEBUG-only methods. (Are you actually using nsISizeOfHandler? It's > been removed. Or is something else dragging it in automatically?)
Thank you very much David. You were absolutely right. Removed the stale -DDEBUGs and all is working fine. Ramin > > -David > > -- > L. David Baron <URL: http://dbaron.org/ > > _______________________________________________ > Mozilla-xpcom mailing list > [EMAIL PROTECTED] > http://mail.mozilla.org/listinfo/mozilla-xpcom _______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
