如何将WebKit嵌入到我的C / C ++ / Win32应用程序中?

时间:2009-12-17 20:10:09

标签: c++ c winapi webkit embedding

我发现的解决方案无关紧要:

  • 有人在Delphi项目中使用了WebKit
  • 有人用它与Java
  • 有QtWebKit(约:空白演示应用需要44兆)
  • .Net端口
  • GTK +端口

我需要一个如何将WebKit实例嵌入到Win32下的纯C / C ++应用程序中的指南。

3 个答案:

答案 0 :(得分:27)

布伦特·富尔格姆(Brent Fulgham)已投入大量资金开发WebKit的Windows Cairo端口,该端口不依赖于Apple专有的后端内容(例如CoreGraphics,CoreFoundation,CFNetwork)。我相信这就是你所追求的。细节未在一个地方完全整理,但some information in the Trac wiki上有Brent's blog点,其他位点在Link to Brent's project on sourceforge上。{/ p>

编辑News of some interesting progress from Brent's blog

编辑2 :{{3}}

答案 1 :(得分:3)

WebKit for Windows仍在使用VS 2005。 因此,如果您使用VS2010或2012,则需要从源代码构建此VS上的WebKit,因为不同的vc * .dll运行时可再发行版本。

例如,您可以使用Brent Fulgham's test project和建议在新的VS from this blog上构建WebKit来测试您的构建。

答案 2 :(得分:2)

在3D游戏中嵌入WebKit

https://sourceforge.net/projects/wke/