Page 1 of 1

Update to CEF 3.3202.1683.gb095524

Posted: Thu Nov 09, 2017 9:46 am
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 :

Re: Update to CEF 3.3202.1683.gb095524

Posted: Thu Nov 09, 2017 11:24 pm
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

Re: Update to CEF 3.3202.1683.gb095524

Posted: Fri Nov 10, 2017 7:46 am
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.)