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.

Expected libCef.dll version 73.1.11.0

Post Reply
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Expected libCef.dll version 73.1.11.0

Post by salvadordf »

Hi,

DCEF3 and CEF4Delphi can't be installed at the same time.

You need to uninstall DCEF3 completely, remove all BPL an DCU files generated by DCEF3 and delete the DCEF3 library path entries in Delphi.

The package you downloaded is the latest and it should work with the latest version of CEF4Delphi.
Don't use the CEF binaries that came with DCEF3. Use only the binaries linked in the "Readme.md" file found inside CEF4Delphi, which you already have.

Please read the CEF4Delphi installation instructions described here :
https://www.briskbard.com/index.php?lan ... stallation
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Expected libCef.dll version 73.1.11.0

Post by salvadordf »

Open the project options and check that the output directory is the BIN directory inside CEF4Delphi.
Copy the CEF binaries inside that BIN folder.

The layout should look like this :
Image
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Expected libCef.dll version 73.1.11.0

Post by salvadordf »

I forgot, please make sure you download CEF4Delphi again from GitHub :
https://github.com/salvadordf/CEF4Delphi

The latest version should look for the CEF binaries v73.1.12. Your CEF4Delphi copy is a little bit old and it's looking for the previous CEF binaries.
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Expected libCef.dll version 73.1.11.0

Post by salvadordf »

If you compiled MiniBrowser in 32 bits then you need to decompress cef_binary_73.1.12%2Bgee4b49f%2Bchromium-73.0.3683.75_windows32.tar.bz2.

Then copy the contents of the Release and Resources directories in the directory where MiniBrowser.exe is located.

It should look like this :
Image
Post Reply