Page 1 of 1

Libraries in other folder

Posted: Tue Mar 14, 2017 11:17 am
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...

Re: Libraries in other folder

Posted: Tue Mar 14, 2017 11:38 am
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.