Page 1 of 1

Upgrade to CEF 3.2924.1561.g06fde99 and changes in the initialization

Posted: Sat Feb 04, 2017 6:04 pm
by salvadordf
Hi :

I uploaded the latest version of CEF4Delphi with the following changes :
  • Upgrade to CEF 3.2924.1561.g06fde99. This was an easy one because all the changes were for MacOS.
  • DLL Initialization changes : Now the DLL is loaded only when the application runs and not when Delphi loads the component. Now it's not necessary to copy any DLL to c:\windows
  • Initialization integrity checks : Now CEF4Delphi checks if the CEF3 files exist and the version of lbcef.dll. This check can be ommited if you set GlobalCEFApp.CheckCEFFiles to False before GlobalCEFApp.StartMainProcess.