Hi All,

I am porting an application embedding mozilla, written using the exWidgets framework - porting form windows to linux. I am using wxMozilla for hosting mozilla in wxWidgets. On windows its fine. On linux compiled using GCC4 (on FC4), against Firefox 1.0.7. The problem is that any attempt to initialzae the gecko runtime fails - the call NS_InitEmbedding(nsnull, nsnull) always fails with return code 0x80040154. Also tried with a valid nsILocalFile, specifying the full path to the current working directory - same result. I run the executable in the bin directory of firefox. The compiled firefox works fine, TestGtkEmbed also works without problems. Tried to set the profile dir to an Just to be sure i chmod-ed the bin directory and all its contents to 777, and also ran the application as root, but same result. I have not experienced this problem on windows. Anyone has an idea?
Thanks in advance

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

Reply via email to