問題描述
我發(fā)現(xiàn)的解決方案無關緊要:
The solutions I have found are irrelevant:
- 有人在 Delphi 項目中使用了 WebKit
- 有人將它與 Java 一起使用
- 有 QtWebKit(關于:空白演示應用程序需要 44 兆字節(jié))
- .net 端口
- GTK+ 端口
我需要一個指南,如何在 Win32 下將 WebKit 實例嵌入到純 C/C++ 應用程序中.
I need a guide how to embed WebKit instance into a pure C/C++ application under Win32.
推薦答案
Brent Fulgham 投入了大量工作來制作 WebKit 的 Windows Cairo 端口,它不依賴于 Apple 的專有后端內(nèi)容(例如 CoreGraphics、CoreFoundation、CFNetwork).我相信這就是你所追求的.詳細信息并沒有完全整理在一個地方,但有 Trac wiki 中的一些信息 和Brent 的博客上還有其他一些內(nèi)容.
Brent Fulgham has put lots of work into producing a Windows Cairo port of WebKit, which doesn't rely on Apple's proprietary backend stuff (e.g. CoreGraphics, CoreFoundation, CFNetwork). I believe that is what you are after. The details aren't entirely collated in one place, but there is some information in the Trac wiki and other bits are dotted around on Brent's blog.
編輯:鏈接到 Brent 在 sourceforge 上的項目
編輯 2:新聞Brent 博客的一些有趣進展
這篇關于如何將 WebKit 嵌入到我的 C/C++/Win32 應用程序中?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網(wǎng)!