CEF4Delphi/demos/Delphi_VCL/SubProcess
Andreas Hausladen 4cdb8207c6 uCEFApplicationCore is a VCL-free implementation (no Controls/Forms units, no Application object).
The old uCEFApplication.pas is renamed to uCEFApplicationCore.pas and a new uCEFApplication.pas is created that only contains the Controls/Forms unit related code and is backward compatible to existing code.

This allows the creation of a SubProcess executable that doesn't initialize the VCL with all its problems (GlobalAtom leak in Delphi 6-XE, Application.Handle, OleInitialize and other unnecessary init-code).

ujCEFMiscFunctions.GefCursorToWindowsCursor is renamed to >>C<<efCursorToWindowsCursor and moved to uCEFApplication.pas to prevent the inclusion of the Controls unit in Delphi 7-XE.
2019-11-09 15:57:29 +01:00
..
00-DeleteDCUs.bat Update to CEF 74.1.19 2019-05-19 16:08:15 +02:00
cef.inc Update to CEF 74.1.19 2019-05-19 16:08:15 +02:00
SimpleBrowser.dpr Update to CEF 74.1.19 2019-05-19 16:08:15 +02:00
SimpleBrowser.dproj Update to CEF 74.1.19 2019-05-19 16:08:15 +02:00
SubProcess.dpr uCEFApplicationCore is a VCL-free implementation (no Controls/Forms units, no Application object). 2019-11-09 15:57:29 +01:00
SubProcess.dproj Update to CEF 74.1.19 2019-05-19 16:08:15 +02:00
uCEFLoader.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
uSimpleBrowser.dfm Added TCEFSentinel to more demos 2019-10-13 18:50:23 +02:00
uSimpleBrowser.pas Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00