Hi, I was unable to sucessfully embed Mozilla. A call to NS_InitEmbedding returns an error. I found out (after debugging it) that the following call in NS_InitEmbedding fails:

nsCOMPtr<nsIObserver> mStartupNotifier = do_CreateInstance(NS_APPSTARTUPNOTIFIER_CONTRACTID, &rv);

Is there any easy way to get the reason for this?

NS_ERROR_GET_CODE(err) and NS_ERROR_GET_MODULE(err) aren't very helpful to me.

/Jeremias Reith


Reply via email to