Page 1 of 1

CEF4_Error

PostPosted: Tue Jun 01, 2021 9:48 am
by edsrp
I just installed CFE4 90.6.7, I informed the bin paths all correct. But when trying to run the example "Delphi_VCL\SimpleBrowser2" it returns the error saying that the dll should be 90.6.6 and not 90.6.7

Message :

Unsupported CEF version
Use only the CFE binaries specified in the CEF4Delphi
Readme.md file at https://github.com/salvadordf/CEF4Delphi

Expected libcef.dll version : 90.6.6.0
Found libcefdll version 90.6.7.0

but version 90.6.7.0 has been downloaded and installed
It's even the first time I've installed it, I downloaded the latest version, precisely the one available on the website. Does anyone have this dll or could they tell me how to fix it?
Or would have the link to download the full project in this version 90.6.6.0

Re: CEF4_Error

PostPosted: Tue Jun 01, 2021 1:15 pm
by ndesktop
Followed the instructions from here using Windows 64-bit package and Lazarus and is working normally (tested on Windows 10 x64).
Navigating to whats my user agent Google search shows:
Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36

You probably are doing a honest mistake somewhere, I would say.

Re: CEF4_Error

PostPosted: Wed Jun 02, 2021 2:32 am
by salvadordf
Try uninstalling the component completely and installing it again.

Sometimes you even need to delete the compiled DCU and BPL files because Delphi keeps using the old ones that search for the previous version of the CEF binaries.

Follow this guide : https://www.briskbard.com/forum/viewtop ... =772#p3481