at a point to have to embed the GRE. I have downloaded the wintools and all needed libs and the gecko SDK and GRE 1.6 is installed of course.
So, is it possible to produce a working development environment, that doesn't require you to install cygwin and build the mozilla sources (which I have, but only to read the code)?
Not really. The SDK only contains interfaces/headers which have been frozen. This is not enough to create a full embedding situation like you describe.
You may want to try mfcembed. There are precompiled binaries that should work, as long as you can fit inside of a MFC framework.
to jam. Just a gmake file that is able by itself to get mfcembed to compile using GRE would be enough for me. So can someone send me the makefile after autoconf and automake have done all their work?
Unfortunately, the mozilla build process won't work without configuring first, and makefiles themselved are not portable (they contain hard-coded path information).
--BDS _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
