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.

GlobalCEFApp.StartMainProcess Always returns False

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

Re: GlobalCEFApp.StartMainProcess Always returns False

Post 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.
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: GlobalCEFApp.StartMainProcess Always returns False

Post 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.
User avatar
salvadordf
Posts: 4016
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: GlobalCEFApp.StartMainProcess Always returns False

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