Page 1 of 1

Re: GlobalCEFApp.StartMainProcess Always returns False

Posted: Mon Mar 06, 2017 3:19 pm
by salvadordf
Hi :

I moved your post to the CEF4Delphi section.


Download the supported CEF3 libraries using the link available at the readme.md
32bit -> http://opensource.spotify.com/cefbuilds ... 32.tar.bz2
64bit -> http://opensource.spotify.com/cefbuilds ... 64.tar.bz2

Read this page and follow the instructions :
https://www.briskbard.com/index.php?lang=en&pageid=cef

Then copy the required files to the directory of your application and put a breakpoint at the GlobalCEFApp.StartMainProcess line.
Run with debugging inside Delphi and use the "Trace into" option when the execution stops at the breakpoint.

If you follow the execution step by step you should see where it's returning a False and why.

Re: GlobalCEFApp.StartMainProcess Always returns False

Posted: Tue Mar 07, 2017 8:16 am
by salvadordf
Hi :

My internet connection is slow and whenever I try to upload big files it takes a lot of time.

The CEF3 libraries can't be compiled in Android and I know nothing about FMX or iOS.
However, DCEF3 has an FMX component.

Re: GlobalCEFApp.StartMainProcess Always returns False

Posted: Wed Mar 08, 2017 7:44 pm
by salvadordf
cef.inc is part of the CEF4Delphi sources and you can delete it.

The rest of the files are the normal CEF3 application layout for windows.
https://bitbucket.org/chromiumembedded/ ... er-windows

The last link was the layout of an old CEF3 version but you get the idea. The current CEF3 version needs a few more files.