Re: Problem loading Cef4
Posted: Mon Sep 10, 2018 7:07 pm
Hi,
I'm sorry I asked you to move this conversation to this forum but this could require some tests.
Please, add this code lines before the GlobalCEFApp.StartMainProcess call in the MiniBrowser demo to enable logging :
Run the demo and copy the contents of the debug.log file here to take a look.
Just to be sure there's no problem with the CEF3 binaries, copy the MiniBrowser.exe file to the same directory where you have decompressed the official CEF3 application (cefclient) and run MiniBrowser.exe.
I'm sorry I asked you to move this conversation to this forum but this could require some tests.
Please, add this code lines before the GlobalCEFApp.StartMainProcess call in the MiniBrowser demo to enable logging :
Code: Select all
GlobalCEFApp.LogFile := 'debug.log';
GlobalCEFApp.LogSeverity := LOGSEVERITY_VERBOSE;
Just to be sure there's no problem with the CEF3 binaries, copy the MiniBrowser.exe file to the same directory where you have decompressed the official CEF3 application (cefclient) and run MiniBrowser.exe.