73
edits
No edit summary |
|||
| Line 1: | Line 1: | ||
== Sample using new API and win32 == | |||
This is a small test application using the win32 API and the new embedding API to implement a very rudimentary browser. | |||
== Prerequisites == | == Prerequisites == | ||
* A build of xulrunner or firefox. A debug build is recommended during development. Here is a sample mozconfig | * A build of xulrunner or firefox. A debug build is recommended during development. Here is a sample mozconfig | ||
| Line 27: | Line 30: | ||
* win32_test.sln for VC2005 | * win32_test.sln for VC2005 | ||
* win32_test_2008.sln for VC2008 | * win32_test_2008.sln for VC2008 | ||
== Running == | == Running == | ||
edits