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.

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

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

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

Post 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.
User avatar
salvadordf
Posts: 4054
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

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

Post 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.
Post Reply