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

2007-08-17 Thread john . berkeleydb
I probably put it wrong. I need to crawl data that's behind forms, and what I've been doing until now in Java is to submit the forms, get the results-page, and download the individual pages. But my home-made Java app is getting unmanageable now, and I want to integrate Gecko in a C+ + app (C++ bein

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

2007-08-17 Thread john . berkeleydb
Compile errors again, symbols like XRE_InitEmbeddingType are not being found. Docs on mozilla website say that they no longer support winEmbed or mfcEmbed; not sure if they'll work now. What I'm trying to do is to write a bare-bones crawler in C++, I don't need any GUI, or any browser window. I ju

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

2007-08-17 Thread john . berkeleydb
Thanks for being so prompt, will try it out now. On Aug 17, 12:21 pm, "Arnaud Grandville" wrote: > <[EMAIL PROTECTED]> a écrit dans le message de news: > [EMAIL PROTECTED] > 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 >

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

How to embed Gecko in a C++ app?

2007-08-15 Thread john . berkeleydb
Hi all, I've been trying to embed Gecko in a C++ crawler that I'm writing, and all in vain. Docs online are either outdated or confusing, or maybe I'm just not able to get it. I read somewhere that to embed Gecko we no more require to checkout the entire Mozilla source tree, nor do we need to down