Page 1 of 1

Update to CEF 74.1.16

Posted: Sat May 11, 2019 1:48 pm
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.

Re: Update to CEF 74.1.16

Posted: Wed May 15, 2019 1:18 pm
by padamjain
I am getting below error after compiling new FMX chromium component within my project and replacing all new binaries.
err.JPG

Re: Update to CEF 74.1.16

Posted: Wed May 15, 2019 2:05 pm
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.

Re: Update to CEF 74.1.16

Posted: Tue May 21, 2019 9:38 am
by padamjain
Still the same issue.

Re: Update to CEF 74.1.16

Posted: Tue May 21, 2019 10:07 am
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.

Re: Update to CEF 74.1.16

Posted: Tue May 21, 2019 10:41 am
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 :)