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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Unsupported Version

Post Reply
cefprogrammer
Posts: 2
Joined: Thu Oct 17, 2024 10:26 pm

Unsupported Version

Post 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
User avatar
salvadordf
Posts: 4563
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Unsupported Version

Post 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.
cefprogrammer
Posts: 2
Joined: Thu Oct 17, 2024 10:26 pm

Re: Unsupported Version

Post by cefprogrammer »

Many thanks for your reply, I edited the version number in uCEFVersion.inc which resolved the issue.
Post Reply