Re: Interesting Web Browser Replacement
rap writes:
Quote
A wrapper in C++ :)
The wrapper in C++ is to merely to flatten it out so that I could write
a wrapper in Delphi. This is a pretty common technique when
interfacing with C++ code. The Delphi user won't see this stuff,
they'll just see external dependencies like dll's, etc. but interface to
the Mozilla runtime using Delphi code/components.
Quote
The 3D Firefox based uBrowser is a nice experiment but very CPU consuming.
The only reason why it is CPU intensive is because I couldn't get the
callbacks working properly. At the time when I was experimenting with
LLMozLib, others were having the same issue, so I figured I would wait until
Linden Labs released a new version. Since then, I have lost interest. :)
If I were to do it again, I would look to integrate WebKit, but not with
their standard Windows build, because that build leverages COM. I'd
look to integrate something similar to what they've done with their GTK
build.
--
Brian Moelk
Brain Endeavor LLC
XXXX@XXXXX.COM