Webkit接口

发布于 2024-11-29 08:45:44 字数 251 浏览 0 评论 0原文

我最近一直在研究 webkit HTML 离屏渲染,但我找不到包装 webkit DLL 的 Delphi 库。我尝试过使用 Delphi Chromium 包,它确实“有点”工作 - 但遗憾的是有一些怪癖让我寻找替代方案。

有谁知道是否有一个干净、免费、易于使用的 Delphi 单元用于 webkit 离屏渲染?

或者是否有一个足够熟悉 Visual Studio/C++ 的人可以为其编写导入单元(您可能需要围绕 C++ 对象创建一个 C 包装器)?

I have been looking into webkit HTML offscreen rendering lately, but i am unable to find a Delphi library that wraps the webkit DLLs. I have tried using the Delphi Chromium package, which does "kinda" work - but sadly there are a few quirks that have made me look for alternatives.

Does anyone know if there is a clean-cut, free, easy to use Delphi unit for webkit offscreen rendering?

Or is there a person fluent enough in Visual Studio/C++ who could write an import unit for it (you probably need to create a C wrapper around the C++ objects)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

枫以 2024-12-06 08:45:44

从今天起,DCEF 能够使用 TChromiumOSR 组件进行离屏渲染。
当前 SVN 主干中有一个使用 Graphics32 Paintbox 组件的演示。
要有耐心,好事需要时间。

Since today, DCEF is able to make offscreen rendering using the TChromiumOSR component.
There is a demo in current SVN trunk that use Graphics32 paintbox component.
Be patient, good things take time.

醉城メ夜风 2024-12-06 08:45:44

使用QT(现在包含webkit)你显然可以:

http:// users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html

注意:这适用于 Lazarus QT 应用程序。 (以及过去的 Kylix)。另请注意 webkit 应用内屏幕截图

尽管如此,即使尚未准备好在 win32/64 上运行,它也可能为您提供标头基础以及如何将 WebKit 包装在 dll 中

Well using QT (which contains webkit nowadays) you can apparently:

http://users.telenet.be/Jan.Van.hijfte/qtforfpc/fpcqt4.html

Note: this is for Lazarus QT apps. (and in the past Kylix). Also note the webkit in-app screenshot

Still, even while not ready to run with win32/64, it might give you a base of headers and how to wrap WebKit in a dll

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文