Hi all, Before I linked my gecko-embedded app to xpcomglue library, the only thing I need to do for initializing xpcom is call NS_InitEmbedding. But if I use the xpcomglue library (instead of linking directly to XPCOM_LIBS), things become complicated and confused - there are 3 initialization functions: NS_InitEmbedding, GRE_Startup and XPCOMGlueStartup. I don't know which of them should be called and by what order. I've made some tries, but all failed.
I also noticed that both mfcembed & winembed in thunk are not gre-compliance yet. Where can I find any examples of embedding apps using xpcomglue? Thanks Kyle
