Hi everyone,
I am doing my first steps with embending Gecko in an application.
I have an application running on linux that embeds it, and when I run
it, it fails on this code block:
nsCOMPtr<nsIAppShell> appShell = do_CreateInstance(kAppShellCID);
if (!appShell)
{
setLastError( 0x1008 );
return PR_FALSE;
}
I read some documentation and check that he is trying to create a new
instance of interface nsIAppShell.
How can I debug it to see why it is failling?
Kind regards,
Arthur R Mello
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding