Hi Delbor,
The CEF
API changes rapidly and we could have issues if we use a different
DLL version.
By default, CEF4Delphi checks that all the necessary CEF
package files are present. It also checks the
DLL type and version to avoid those issues.
In this case, you installed an old CEF4Delphi version (79.1.10) which needs an old CEF binaries
package.
Download the latest CEF4Delphi version from GitHub :
https://github.com/salvadordf/CEF4De...ive/master.zip
Then uninstall the old CEF4Delphi version in the Delphi
IDE and close Delphi before installing the new version.
If you still have the same issue after installing the latest version it means that Delphi didn't overwrite all the old
BPL and
DCU files. In that case, the safest way to upgrade this or any other component is :
- Run Delphi / Rad Studio.
- Uninstall the CEF4Delphi package in the IDE.
- Close Delphi / Rad Studio.
- Delete the BPL and DCU files. They are usually in this directory : C:\Users\Public\Documents\Embarcadero\Studio\<delp hi version>\Bpl\
- Run Delphi / Rad Studio.
- Open the CEF4Delphi package.
- Build CEF4Delphi.
- Install CEF4Delphi.