1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-02-22 10:32:14 +02:00

Added more comments with instructions to test the SubProcess demo

This commit is contained in:
Salvador Díaz Fau 2018-02-24 10:02:48 +01:00
parent f49888c147
commit 8998f43f36

View File

@ -72,6 +72,13 @@ begin
GlobalCEFApp.BrowserSubprocessPath := 'SubProcess.exe';
// Follow these steps to test this demo :
// 1. Build the SubProcess project in this directory.
// 2. Copy the crash_reporter.cfg file to the BIN directory in CEF4Delphi.
// 3. Copy the CEF binaries to the BIN directory in CEF4Delphi.
// 4. Build this project : SimpleBrowser
// 5. Run this demo : SimpleBrowser
// You *MUST* call GlobalCEFApp.StartMainProcess in a if..then clause
// with the Application initialization inside the begin..end.
// Read this https://www.briskbard.com/index.php?lang=en&pageid=cef