I am using the Mozilla ActiveX control on Windows in a C++ Builder project. I need to set the headers during printing. As per another post here, setting it in all.js in greprefs does not work. I would next try going through the nsIPrintSettings of nsIWebBrowserPrint interface, going by the example of CMozillaBrowser::PrintDocument in that embedding example. Various header files, such as nsIPrintOptions.h and nsIWebBrowserPrint.h are not included with the source (and the links in lxr.mozilla.org/seamonkey/source/embedding/browser/activex/src/control/Mozil laBrowser.cpp lead nowhere). I assume that these headers are generated from the corresponding idl files at build time. I don't want to start trying to manually process the idl files, because I don't want to get lost in the dependencies. But I can't get Mozilla to build under Windows either.
I've been over and over the build instructions, searched newsgroups, google'd, and I don't know why it is claiming that the compiler cannot produce executables. (I have verified that cl is on the search path and located when running cygwin.) Any ideas? You can use scott underscore ribe at killerbytes dot com if you want to reply directly. _______________________________________________ mozilla-embedding mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-embedding
