Skip to content

Before you run the demos

Salvador Díaz Fau edited this page Nov 1, 2020 · 11 revisions

All CEF4Delphi applications need the CEF libraries and some other data files in order to run.

The "readme.md" file in this project has 2 links to the CEF binaries with all those files. 32 bits applications will use the CEF binaries found in the "32 bits" link, while the 64 bits applications will use the CEF binaries in the "64 bits" link.

Once you have downloaded the CEF binaries package you'll need to decompress it. Then copy the contents of the "Release" and "Resources" directories inside the "bin" directory of CEF4Delphi.

All the demos create the EXE file inside the "bin" directory and the final layout looks like this :

cef4delphi layout

Additional notes :

  • If you copy the "Debug" directory instead of the "Release" directory you will have unexpected issues.
  • CEF evolves quickly and each CEF4Delphi version needs a specific version of the CEF binaries. Always use the links in the "readme.md" file to download the right CEF binaries.
Clone this wiki locally