Page 1 of 1

Re: Expected libCef.dll version 73.1.11.0

Posted: Fri Mar 22, 2019 6:24 pm
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

Re: Expected libCef.dll version 73.1.11.0

Posted: Fri Mar 22, 2019 8:05 pm
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

Re: Expected libCef.dll version 73.1.11.0

Posted: Fri Mar 22, 2019 8:29 pm
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.

Re: Expected libCef.dll version 73.1.11.0

Posted: Sat Mar 23, 2019 5:07 pm
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