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.

Libraries in other folder

Post Reply
Chinyaev
Posts: 38
Joined: Mon Mar 13, 2017 3:23 pm

Libraries in other folder

Post by Chinyaev »

Hello!
Thank you for your work!

How change dir for cef_binary?

I try:

Code: Select all

GlobalCEFApp.FrameworkDirPath:=ExtractFilePath(Application.ExeName) + 'engine';
and

Code: Select all

GlobalCEFApp.AddCustomCommandLine('--framework-dir-path',ExtractFilePath(Application.ExeName) + 'engine');
but it's not working...
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Libraries in other folder

Post by salvadordf »

Recently CEF3 made it a little more complicated to move its files.
Read this old discussion about that problem, especially the last messages : https://github.com/salvadordf/CEF4Delphi/issues/13

You can move most of the CEF3 files but not all of them because some of them are hardcoded in the CEF3 source.
Post Reply