I just downloaded and finished building the libraries however
When run the demo :
Expected libcef.dll version: 128.4.12.0
Found libcef.dll version: 128.4.13.0
Thanks
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.
Unsupported Version
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Unsupported Version
Hi,
Set GlobalCEFApp.CheckCEFFiles to False before the GlobalCEFApp.StartMainProcess call.
Alternatively, you can also edit the version number in the uCEFVersion.inc file and rebuild CEF4Delphi.
The last package for the CEF 128 branch available at Spotify was 128.4.12 but the CEF project updated that branch after that.
CEF4Delphi moved to the CEF 129 branch as soon as Spotify had the CEF binaries for CEF 129 and skipped the last CEF 128 update.
Set GlobalCEFApp.CheckCEFFiles to False before the GlobalCEFApp.StartMainProcess call.
Alternatively, you can also edit the version number in the uCEFVersion.inc file and rebuild CEF4Delphi.
The last package for the CEF 128 branch available at Spotify was 128.4.12 but the CEF project updated that branch after that.
CEF4Delphi moved to the CEF 129 branch as soon as Spotify had the CEF binaries for CEF 129 and skipped the last CEF 128 update.
-
- Posts: 2
- Joined: Thu Oct 17, 2024 10:26 pm
Re: Unsupported Version
Many thanks for your reply, I edited the version number in uCEFVersion.inc which resolved the issue.