Re: How to embed Gecko in a C++ app?

2007-08-16 Thread john . berkeleydb
On Aug 16, 12:18 pm, "Arnaud" wrote: > If you expect to use Gecko as a crawler to get the DOM view of the DHTML > pages you will download, that's certainly the best way. A very usefull > example is located in [C:]\mozilla\embedding\tests\winEmbed, but the Visual > studio Project winembed.dsp seem

Re: How to embed Gecko in a C++ app?

2007-08-16 Thread Arnaud
If you expect to use Gecko as a crawler to get the DOM view of the DHTML pages you will download, that's certainly the best way. A very usefull example is located in [C:]\mozilla\embedding\tests\winEmbed, but the Visual studio Project winembed.dsp seems to be out of order, so I rewrite one, you