The docs (such as they are) are here:

http://www.mozilla.org/projects/embedding/

> Mechanically, I think I need to know:
> - where are the *.h files

Do a complete build, then run the convenience makefile for gettting the
stuff for embedding. More info here:

http://www.mozilla.org/projects/embedding/howto/index.html

I discovered that the embedding makefiles fail if you don't build JARs (so
unset DISABLE_JAR)

The headers under the mozilla/dist directory, as are the import libraries
you'll need.

> - how to static link the required DLLs

You probably can't. The guts of mozilla is XPCOM and dynamic loading is
fundamental.

> - the API documentation to accomplish above, including stream 
> creation 
> of HTML

Should be available from the above links

> 
> Could someone give me a hand where to start?
> 
> Thanks very much!
> -- 
> Frank Burleigh
> Indiana University School of Law
> [EMAIL PROTECTED]
> 
> 

Reply via email to