KwangYul Seo wrote: > winEmbed uses XRE_InitEmbedding to initialize the gecko engine > > while other ports (mfcembed, os2Embed, wxEmbed) use NS_InitEmbedding. > > What is the difference and which one should I use?
XRE_InitEmbedding is the new frozen/supported API. It is exposed via dynamic linkage. NS_InitEmbedding should not be used in any new code. --BDS _______________________________________________ dev-embedding mailing list [EMAIL PROTECTED] https://lists.mozilla.org/listinfo/dev-embedding
