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 Arcnor
Hello! [EMAIL PROTECTED] wrote: > 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

Install a light mozilla application for phone

2007-08-17 Thread micky . gc
Hello, I have been trying for a whole week to install one of the embedded browsers from Mozillla projects. In a first time, I try to build them with Scratchbox, and then I try them on target. My target is an ARM phone, with a read-only root filesystem. I already changed HOME variable to a r/w fol

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-17 Thread Arnaud Grandville
<[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 > pages you will download, that's certainly the best way. A very usefull > example is located in [C:]\mozilla\em