Geting images from site using Gecko in C++

Eloar <[email protected]> Wed, 28 Sep 2011 17:37:33 -0700 (PDT)
Newsgroups gmane.comp.mozilla.devel.embedding
Organization http://groups.google.com
Message-ID <820cfac3-d3d8-4241-b7a0-72a0624fe297@z12g2000yqz.googlegroups.com>
Hello,
I am creating small app for geting all images from site provided with
URL. So far I did wrote a working app, but it parse HTML myself to get
all images put on site with <img> tag. There might be some images
added with CSS or JS. Someone told me "use" Gecko.
Is there anyone who could send me some examples on how to obtain info
of images on site using Gecko in C++? As for now I'm writing it for
Windows, but I want use Gecko because it is cross-platform and fast.

Thanks for any help, links, tutorial. Anything which will help me.

Janusz Paszynski