Mozilla in wxWidgets is what I'm trying to accomplish, but I tried to
compile wxmozilla too and it didn't work. As far as what I've got now:

I've got a MFC Dialog based application, where in the OnInitDialog I
call NS_InitEmbedding(nsnull, nsnull);
Why null? Because any other invokation like:

nsCOMPtr<nsILocalFile> binDir;
NS_NewLocalFile(nsEmbedString(L"c:\\foo.txt"), PR_TRUE,
getter_AddRefs(binDir));

Fails to build because of either string problems of a missing external.
Which precisely I can't say right now, because I'm rebuilding mozilla...

_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to