Re: Using Gecko to download a web page

2007-08-24 Thread Arnaud Grandville
Have a look at Necko http://www.mozilla.org/projects/netlib/ You will find a sample named TestPageLoad.exe generated by a make launched from /c/mozilla/netwerk/test The output looks like what you're looking for C:\mozilla\dist\bin>TestPageLoad.exe http://www.dmoz.org Loading necko ... Star

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

2007-08-18 Thread Arnaud Grandville
Gecko or > > anything. Is there no simple way of doing it in C++/Gecko? > > > > Do you really think you need embedding Gecko to just grab a page? If I > were you, I'll just use something like 'wget' or some kind of socket > object. Maybe I'm not unde

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

2007-08-18 Thread Arnaud Grandville
hing. Is there no simple way of doing it in C++/Gecko? > > > > Do you really think you need embedding Gecko to just grab a page? If I > were you, I'll just use something like 'wget' or some kind of socket > object. Maybe I'm not understanding you well...

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 > exam

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

2007-08-16 Thread Arnaud
e one, you could get it at http://www.grandville.net/download/winEmbed.vcproj An other way, for 'statics' HTML (whitout local javascript execution), I wrote an efficient crawler based on two other greats tools : CUrl and LibXML. Greetings From France, Arnaud <[EMAIL PROTECTED