[webkit-help] Writing programs against Win32 WebKit & WinCE WebKit

Philip Sharpe phil at ikanosconsulting.com
Fri Feb 17 08:34:59 PST 2012


Hi all,

I've been looking into using WebKit but I'm slightly confused on exactly how to use the WebKit libraries.  The Apple docs (the only ones according to the web-site) suggest you create a WebView object as the 'master' object.  However the WebView header file (WebView.h) seems to be missing from the Win32 build.  Looking at the example applications I believe the following is true:

Win32:
Create an instance of the IWebView interface with the WebKitCreateInstance function (found in WebKit/WebKitCOMAPI.h) and use the interface as if it were the WebView object.
WinCE:
Create an instance of the WebView object and use as appropriate.

I presume there is no easy way to use the WebView class on Win32?  This would help with cross platform code :)

Thanks,

Philip Sharpe

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20120217/4bff068d/attachment.html>


More information about the webkit-help mailing list