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.

How to get working with Delphi 10.3

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

Re: How to get working with Delphi 10.3

Post by salvadordf »

If your application is built in 32 bits, then you need to download the CEF binaries in 32 bits using the link in the "readme.md" file from the CEF4Delphi project page at GitHub :
https://github.com/salvadordf/CEF4Delph ... /README.md

If you are using the latest CEF4Delphi version you can also download the CEF binaries using the links in this page :
https://www.briskbard.com/index.php?lan ... =cef#links

Once you've downloaded and decompressed the CEF binaries you must copy the contents of the Release and Resources directories to the directory of your application's exe.

The final layout is this :
Image

There's a new tool made by raelb to make this task easier. It's called "CopyCEFDlls" and it's here :
https://github.com/salvadordf/CEF4Delph ... y.CEF.DLLs
User avatar
salvadordf
Posts: 4047
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: How to get working with Delphi 10.3

Post by salvadordf »

I forgot to add that all the demos create the EXE file inside the BIN subdirectory found in CEF4Delphi directory.
If you want to test the demos, copy the contents of the Release and Resources directories inside the BIN subdirectory.

For example, If you build the MiniBrowser demo you will get the MiniBrowser.exe file inside the BIN directory and it needs the CEF binaries in the same directory as you can see in the previous screenshot.
Post Reply