hi !
i had this problem in my standalone c++ application. What i do now (and
i don't know why it works), is calling NS_InitEmbedding() twice before
calling NS_TermEmbedding(). This solution is not the best one but if
it can help you...

-- 
B�atrice Philippe

[EMAIL PROTECTED]
"Jason" <[EMAIL PROTECTED]> a �crit dans le message de
news:[EMAIL PROTECTED]
> Has anyone had any success re-initializing the gecko engine after
> terminating it in the same run of your application?  I succeed the
> first time I call NS_InitEmbedding(), succeed on NS_TermEmbedding(),
> but fail when I call NS_InitEmbedding() again, as it returns
> NS_ERROR_NOT_INITIALIZED.
>
> Just curious if anyone else has done this.  I can easily work around
> it in my application, but obviously would like to figure out where the
> problem is.
>
> J


_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to