Hi All:
I've got some code I have to port from Windows that eventually
reaches nsEmbedFunctions.cpp XRE_InitEmbedding.
It is failing at:
nsCOMPtr<nsIObserver> startupNotifier
(do_CreateInstance(NS_APPSTARTUPNOTIFIER_CONTRACTID));
if (!startupNotifier)
{
return NS_ERROR_FAILURE;
}
where startupNotifier is being set to null.
Is there any way to get more info on why it's failing?
Thanks in advance for your time?
John Cebasek
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding