Page 1 of 1

Re: Is there a way to use less dll files as in DCEF3

Posted: Fri Jan 05, 2018 9:30 am
by salvadordf
Hi,

Download the Standard Distribution package for Windows from Spotify :
http://opensource.spotify.com/cefbuilds/index.html

Uncompress it and read the README.TXT file. There you have a description for all the CEF binariy files.

Re: Is there a way to use less dll files as in DCEF3

Posted: Sat Jan 06, 2018 10:09 pm
by salvadordf
Hi,

You can use the following properties :
  • GlobalCEFApp.CheckCEFFiles : Set to FALSE to skip all the CEF binaries checking functions.
  • GlobalCEFApp.LocalesRequired : a comma separated string with the locales you want to check. If you leave it empty it will check all the locales files. Take a look at the CheckLocales function in uCEFMiscFunctions.pas
  • GlobalCEFApp.CheckDevToolsResources : Set to FALSE if you don't want to check the devtools_resources.pak file. It's used in the DevTools.
For some internal reason in Chromium, you always have to include the en-US locale or you will have problems.

If you pack your application with an installer and you tested it with the CEF binaries, you can set GlobalCEFApp.CheckCEFFiles to false.