salvadordf / CEF4Delphi

CEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows, Linux and MacOS.
https://www.briskbard.com/forum/
Other
1.19k stars 363 forks source link

Update comment in Delphi_VCL\SubProcess\uSimpleBrowser.pas #493

Closed raelb closed 7 months ago

raelb commented 8 months ago

Hi, This is a small thing, In SubProcess\uSimpleBrowser.pas has the following comment:

// The 2 projects in this group share the same uCEFLoader.pas unit and this causes issues with the "Build All" option. // Build the "SimpleBrowser_sp.exe" project first and then build the "SimpleBrowser.exe" project.

It should be updated, since now the 2 projects have slightly different loader units, the comment creates some confusion.