Have you defined MOZILLA_STRICT_API?

I'm not sure which external is missing, but I certainly had issues with nsString being pulled in, but that was by the ProfileDirServiceProvider. This seems to have been fixed in "1.8", though it was certainly an issue in 1.7.x branch.

J

On May 2, 2006, at 1:47 AM, Olaf wrote:

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

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

Reply via email to