Page 1 of 1

Re: CEF binaries missing!

Posted: Mon Aug 21, 2017 12:03 pm
by salvadordf
Hi,

I left the GlobalCEFApp.FrameworkDirPath, GlobalCEFApp.ResourcesDirPath and GlobalCEFApp.LocalesDirPath code uncommented by mistake in the DPR file.

Edit the DPR file and comment them like this :

Code: Select all

{
  GlobalCEFApp.FrameworkDirPath     := 'cef';
  GlobalCEFApp.ResourcesDirPath     := 'cef';
  GlobalCEFApp.LocalesDirPath       := 'cef\locales';
  GlobalCEFApp.cache                := 'cef\cache';
  GlobalCEFApp.cookies              := 'cef\cookies';
  GlobalCEFApp.UserDataPath         := 'cef\User Data';
}  
...or copy the binaries inside the 'cef' directory.