Hi,
I am writing an application embedding Gecko on Windows. However, I encounter an error at NS_InitEmbedding().
Here is what I wrote.
--- nsCOMPtr<nsILocalFile> appDir; NS_NewLocalFile(NS_LITERAL_STRING("c:\Program Files\mozilla.org\Mozilla"),
In C++, backslashes have special meaning. You need to escape them "C:\\Program Files\\..."
--BDS _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding