Hi all,
I have written some code to embed Gecko under windows, in a C++ app.
What I generally do in the embeding code is:
1) Call XPCOMGlueStartup.
2) Call XPCOMGlueLoadXULFunctions.
3) Call XRE_InitEmbedding.
And use Gecko.
However, I am using Gecko from the same thread that Gecko also runs.
What I observe is that sometimes my app
locks up after I have loaded some web pages. I looked at code that
usually embeds Gecko under linux, and I saw that
Gecko is run in its own thread. Is this required also under windows?
Or have I forgot to initialise something?
Regards,
George
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding