Hi,
I'm trying to embed Mozilla (downloaded and built from the CVS main
trunk as of late December) on Window, following the guidelines on the
embedding site. Everything works up to the point where my application
invokes the nsIBaseWindow::create() method. This method fails. I have
stepped into the method and it fails at the point where it tries to
create its mInternalWidget, i.e., it cannot create the widget., i.e.,
the following line fails:
// Create the widget
NS_ENSURE_TRUE(mInternalWidget = do_CreateInstance(kChildCID),
NS_ERROR_FAILURE);
Stepping into the do_CreateInstance method, it appears that it fails
because the component manager is unable to find a factory for creating
an NS_CHILD_CID object.
Ideas?
Paul
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding