salvadordf / CEF4Delphi

CEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows, Linux and MacOS.
https://www.briskbard.com/forum/
Other
1.19k stars 363 forks source link

Unsupported CEF version - libcef.dll #478

Closed edmund5 closed 10 months ago

edmund5 commented 10 months ago

Downlaoded the latest libraries from spotify:

image

salvadordf commented 10 months ago

Hi,

That error message says that Delphi is using an old version of CEF4Delphi but the CEF binaries are new.

If you want to keep using the old version of CEF4Delphi then you need to download the CEF binaries using the links in the readme.md file for that version. https://github.com/salvadordf/CEF4Delphi/releases/tag/99.0.4844.84

However, if you want to use the latest CEF4Delphi version then you need to download it from GitHub and reinstall the component following the installation steps available in the Wiki page. https://github.com/salvadordf/CEF4Delphi/archive/refs/heads/master.zip https://github.com/salvadordf/CEF4Delphi/wiki/Installation-in-Delphi https://github.com/salvadordf/CEF4Delphi/wiki/Installation-in-Lazarus-FPC