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.

Update to CEF 74.1.16

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

Update to CEF 74.1.16

Post by salvadordf »

Hi,

I updated CEF4Delphi to CEF 74.1.16 and it's available at GitHub :
https://github.com/salvadordf/CEF4Delphi

The new CEF binaries no longer have the d3dcompiler_43.dll file.

This version also includes these changes :
  • Copied the GlobalCEFApp_OnWebKitInitializedEvent fix for D2007 made by jepp to other demos. Thanks!!! :D
  • Added TChromium.DownloadImage and TChromium.OnDownloadImageFinished to download images.
  • Added a TChromium.DownloadImage example to the MiniBrowser demo. It's a new menu option in the top-right button.
  • Modified some parameters in TCefImageRef
The CEF binaries are these : The issues with the frames and frame names are still present.
padamjain
Posts: 23
Joined: Thu Jan 17, 2019 12:36 pm

Re: Update to CEF 74.1.16

Post by padamjain »

I am getting below error after compiling new FMX chromium component within my project and replacing all new binaries.
err.JPG
You do not have the required permissions to view the files attached to this post.
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Update to CEF 74.1.16

Post by salvadordf »

Uninstall the old version before upgrading to the new version.

Follow these steps to install the new version :
  • Run Delphi / Rad Studio.
  • Uninstall the old CEF4Delphi package in the IDE.
  • Close Delphi / Rad Studio.
  • Delete the BPL and DCU files.
  • Run Delphi / Rad Studio.
  • Open the CEF4Delphi package.
  • Build the package.
  • Install the package.
padamjain
Posts: 23
Joined: Thu Jan 17, 2019 12:36 pm

Re: Update to CEF 74.1.16

Post by padamjain »

Still the same issue.
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Update to CEF 74.1.16

Post by salvadordf »

Please, make sure all BPL and DCU files generated by CEF4Delphi are deleted before installing a new version.

If you see that warning it means that Delphi is still loading an old BPL.
padamjain
Posts: 23
Joined: Thu Jan 17, 2019 12:36 pm

Re: Update to CEF 74.1.16

Post by padamjain »

Yes. everything is fine now. it was just another folder where it was referring and can see that lot of u*FMX* classes are now having CEF prefix :)
Post Reply