Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Update to CEF 3.3202.1683.gb095524

Post Reply
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Update to CEF 3.3202.1683.gb095524

Post by salvadordf »

Hi,

I uploaded a new update for CEF4Delphi with the following changes :
  • Updated to CEF 3.3202.1683.gb095524 which includes Chromium 62.0.3202.89
  • Now all the demos create the EXE in the BIN directory. Read the Readme.txt file in that directory for more information.
  • Added the TChromium.RetrieveText functions to get the displayed text. It works like the TChromium.RetrieveHTML functions. You can call it without parameters to get all the text or specify a frame. The results will be received in the TChromium.OnTextResultAvailable event.
The CEF3 binaries are these :
PioPio
Posts: 42
Joined: Sun Nov 05, 2017 10:25 pm

Re: Update to CEF 3.3202.1683.gb095524

Post by PioPio »

Hello,

After having updated to this version the IDE gives me the error message saying I should have all the CEF3 files in the folder where the .exe is.
Is it necessary to add extra files or folders when using this release?

Many thanks
Alberto
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Update to CEF 3.3202.1683.gb095524

Post by salvadordf »

Hi,

Please read this web page :
https://www.briskbard.com/index.php?lang=en&pageid=cef

The CEF4Delphi\bin folder should look like this to make the MiniBrowser work :
Image

As commented in the first link, you have to download the CEF3 binaries from the link in this thread or the readme.md file.
Then copy the contents of the Release and Resource directories to the CEF4Delphi\bin directory.
(Notice how cef_sandbox.lib and libcef.lib can be omitted.)
Post Reply