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.

Upgrade to CEF 3.2924.1561.g06fde99 and changes in the initialization

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

Upgrade to CEF 3.2924.1561.g06fde99 and changes in the initialization

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