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.
salvadordf
Posts: 4564 Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:
Post
by salvadordf » Sat May 11, 2019 1:48 pm
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!!!
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
Post
by padamjain » Wed May 15, 2019 1:18 pm
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.
salvadordf
Posts: 4564 Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:
Post
by salvadordf » Wed May 15, 2019 2:05 pm
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
Post
by padamjain » Tue May 21, 2019 9:38 am
Still the same issue.
salvadordf
Posts: 4564 Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:
Post
by salvadordf » Tue May 21, 2019 10:07 am
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
Post
by padamjain » Tue May 21, 2019 10:41 am
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