Page 1 of 1
Unsupported Version
Posted: Thu Oct 17, 2024 10:28 pm
by cefprogrammer
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
Re: Unsupported Version
Posted: Fri Oct 18, 2024 6:52 am
by salvadordf
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.
Re: Unsupported Version
Posted: Fri Oct 18, 2024 8:20 am
by cefprogrammer
Many thanks for your reply, I edited the version number in uCEFVersion.inc which resolved the issue.