On May 11, 5:03 pm, Piotr Dobrogost <p...@1.google.dobrogost.pl> wrote: > Anyone? > > Regards > Piotr
I'm not really an expert in embedding gecko, but spent some time looking for similar answers as you do. You can avoid learning XPCOM using these wrapper classes: https://wiki.mozilla.org/Embedding/NewApi and you still can access the XPCOM API if it wouldn't be enough for you. I'm developing an MFC application and since I really don't want to use IE's wrappers I decided to use gecko as the best choice 'cause WebKit can't be embedded in MFC (Win32 API) application (actually it can, but it's a bit more complicated :)). I'm planning to embed WebKit into MFC as well, but will need more time to make it work. Probably your decision will depend on platform you'll use too. My choice would be WebKit because of the advantages you've mentioned, but the MFC didn't give me chance to choose. good luck ;) _______________________________________________ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding