[EMAIL PROTECTED] wrote: > It appears that Javascript does not believe that the object supports > nsIClassInfo. According to the docs I found online at > http://www.mozilla.org/projects/xpcom/nsIClassInfo.html this should be > enough to get classinfo stuff working. The code at > http://lxr.mozilla.org/mozilla1.8.0/source/xpcom/sample/nsSampleModule.cpp > looks similar with nothing obviously out of place. > > Clearly, I'm missing something. Can anyone help me out? >
Take a look at this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=371052 I posted a patch for converting a C++ component (in this case, nsCommandLine) to support nsIClassInfo. It was surprisingly simple. _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
