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.

CEF4Delphi now supports CEF 3.2924.1558.g872fbc0 / Chromium 56.0.2924.76

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

CEF4Delphi now supports CEF 3.2924.1558.g872fbc0 / Chromium 56.0.2924.76

Post by salvadordf »

Hi :

I just updated CEF4Delphi to support the latest CEF3 version 3.2924.1558.g872fbc0 / Chromium 56.0.2924.76

You can download it from GitHub at https://github.com/salvadordf/CEF4Delphi
The CEF3 binaries that should be used are here : http://opensource.spotify.com/cefbuilds ... 32.tar.bz2

Remember that every time that you upgrade the CEF3 binaries, you have to follow these steps :
  • Uninstall the old version of CEF4Delphi from Delphi
  • Close Delphi
  • Copy the new "chrome_elf.dll" and "libcef.dll" to c:\windows
  • Run Delphi and reinstall CEF4Delphi
  • Copy the Release and Resources folders of the CEF3 binaries to the directory of your application's exe
  • Recompile your application
As an example, the complete SimpleBrowser with CEF3 libraries correctly placed is here :
https://www.briskbard.com/SimpleBrowser.zip
Post Reply