This is a list of things I want to add / or get working - mostly in order of importance.
1/ statically linking so I can avoid having to specify paths to the DLLs ( other that XPCOM DLLs)
2/ hook up a browser impl to expose other useful functionality like page load status as well as transport controls - this all works and is very straightforward - it's not in the code yet because I wanted to keep things simple for now.... read more
A simple application that demonstrates one way to embed an instance of the
Mozilla Gecko rendering engine into an application and grab the output of a
page after it has been rendered.
It is based on code developed at Linden Lab (http://lindenlab.com) that is
used in our 3D multi-user world called Second Life (http://secondlife.com).
For clarity, I've deliberately stripped out most of the error checking,
most noticeably in the OpenGL portion of the code.... read more