RetroZilla/embedding/tests/wxEmbed
2015-10-20 23:03:22 -04:00
..
rc first commit 2015-10-20 23:03:22 -04:00
BrowserFrame.cpp first commit 2015-10-20 23:03:22 -04:00
BrowserFrame.h first commit 2015-10-20 23:03:22 -04:00
ChatFrame.cpp first commit 2015-10-20 23:03:22 -04:00
ChatFrame.h first commit 2015-10-20 23:03:22 -04:00
EditorFrame.cpp first commit 2015-10-20 23:03:22 -04:00
EditorFrame.h first commit 2015-10-20 23:03:22 -04:00
EmbedApp.cpp first commit 2015-10-20 23:03:22 -04:00
GeckoContainer.cpp first commit 2015-10-20 23:03:22 -04:00
GeckoContainer.h first commit 2015-10-20 23:03:22 -04:00
GeckoContainerUI.cpp first commit 2015-10-20 23:03:22 -04:00
GeckoFrame.cpp first commit 2015-10-20 23:03:22 -04:00
GeckoFrame.h first commit 2015-10-20 23:03:22 -04:00
GeckoProtocolHandler.cpp first commit 2015-10-20 23:03:22 -04:00
GeckoProtocolHandler.h first commit 2015-10-20 23:03:22 -04:00
GeckoWindow.cpp first commit 2015-10-20 23:03:22 -04:00
GeckoWindow.h first commit 2015-10-20 23:03:22 -04:00
GeckoWindowCreator.cpp first commit 2015-10-20 23:03:22 -04:00
GeckoWindowCreator.h first commit 2015-10-20 23:03:22 -04:00
global.h first commit 2015-10-20 23:03:22 -04:00
MailFrame.cpp first commit 2015-10-20 23:03:22 -04:00
MailFrame.h first commit 2015-10-20 23:03:22 -04:00
makefile.vc first commit 2015-10-20 23:03:22 -04:00
README.txt first commit 2015-10-20 23:03:22 -04:00
wxEmbed.def first commit 2015-10-20 23:03:22 -04:00
wxEmbed.dsp first commit 2015-10-20 23:03:22 -04:00
wxEmbed.rc first commit 2015-10-20 23:03:22 -04:00

wxEmbed is a sample application developed with wxWindows to demonstrate
various ways of embedding Gecko. It contains a sample browser and several
other demonstrations of embedded Gecko.

wxEmbed is deliberately not based upon wxMozilla - a 3rd party wrapper
for wxWindows. wxMozilla is the recommended route if you are more interested
in something more robust and cross-platform for wxWindows. wxEmbed is intended
more as a test harness for the embedding functionality of Gecko not an end
solution.

wxMozilla is here:

http://wxmozilla.sourceforge.net/

To build wxEmbed you must:

1. Get the latest 2.4 (at least 2.4.1) release from wxwindows.org
2. Build the debug/release static lib versions
3. cd into wxWindows/contrib and build src/xrc and utils/wxrc
4. Set your WXWIN environment variable to point to the wxWindows dir
5. Build Mozilla
6. Set MOZ_SRC environment variable to point to it.
7. Call nmake /f makefile.vc

If the gods were kind you should now have a wxembed.exe that you can copy to
your Mozilla dist directory and execute.