使用TChromium,Delphi Chromium Embedded [英] Using TChromium, Delphi Chromium Embedded

查看:342
本文介绍了使用TChromium,Delphi Chromium Embedded的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是我的上一个问题的延续。在这个问题中,我发现一个涉及TWebBrowser生成线程的问题,这些线程在浏览器销毁后持续存在。虽然没有人可以提供一个解决方案的问题,有人建议这个问题可能是一个不可修复的(TWebBrowser组件本身的缺陷)。

This is a continuation of my last question. In that question I showed a problem involving TWebBrowser generating threads that persisted after the Browsers destruction. While noone could provide a solution to the problem, it was suggested that the problem could be a non-fixable one (a flaw with the TWebBrowser component itself).

因为这个我试图下载并使用 Delphi Chromium嵌入式框架。我下载了组件并将它们添加到了Delphi中,将一个添加到一个新的表单中,并尝试运行该程序,此时它会在

Because of this I have attempted to download and use the Delphi Chromium Embedded Framework. I downloaded the components and added them to Delp added one to a new form and attempted to run the program, at which point it throws up a CPU break point at

5264DF81 6A01 push $ 01

模块加载:icudt46.dll。没有调试信息基地址:$ 562C0000。处理DCEFTestRun.exe(3080)

Module Load: icudt46.dll. No Debug Info. Base Address: $562C0000. Process DCEFTestRun.exe (3080)

没有错误消息,但是当程序继续手动关闭时。我以前没有使用过DCEF的经验,也没有任何使用第三方组件的经验,而且DCEF网站的文档很缺乏。

There is no error message, but when the program is continued manually it closes. I have had no experience with DCEF before, nor any experience using 3rd party components and the DCEF site is sorely lacking in documentation.

我想是最简单的事情这是一个简单的演练(非常基本的)什么下载/安装以及Chromium Components在哪里工作。

I suppose the easiest thing i'm asking for is a simple walkthrough (very basic) of what to download/install and where to get the Chromium Components to work.

提前谢谢。

推荐答案

您缺少 Chromium Embedded Framework (CEF)核心库。只要复制 的内容就足够了\dcef\bin\Win32 文件夹(从您下载的软件包)到项目的输出目录(或某些 已知文件夹 位置可从您的项目可执行)。

You are missing the Chromium Embedded Framework (CEF) core libraries. It is enough to copy the content of the ..\dcef\bin\Win32 folder (from your downloaded package) into your project's output directory (or into some of the known folders location reachable from your project's executable).

这篇关于使用TChromium,Delphi Chromium Embedded的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆