You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Update to CEF 139.0.40
Added Delphi 13 mention. Clean up some Lazarus demos for Linux.
This commit is contained in:
@@ -26,7 +26,7 @@ begin
|
||||
RequireDerivedFormResource:=True;
|
||||
Application.Scaled:=True;
|
||||
Application.Initialize;
|
||||
Application.CreateForm(TMainForm, MainForm);
|
||||
Application.CreateForm(TMainForm, MainForm);
|
||||
Application.Run;
|
||||
CustomWidgetSetFinalization;
|
||||
end;
|
||||
|
||||
@@ -8,7 +8,6 @@ uses
|
||||
{$IFDEF UNIX}{$IFDEF UseCThreads}
|
||||
cthreads,
|
||||
{$ENDIF}{$ENDIF}
|
||||
//LCLIntf, LCLType, LMessages,
|
||||
uTinyBrowser in 'uTinyBrowser.pas',
|
||||
uCEFApplicationCore;
|
||||
|
||||
|
||||
@@ -9,13 +9,6 @@ uses
|
||||
uCEFApplication,
|
||||
uTinyBrowser2 in 'uTinyBrowser2.pas';
|
||||
|
||||
{.$R *.res}
|
||||
|
||||
{$IFDEF WIN32}
|
||||
// CEF needs to set the LARGEADDRESSAWARE ($20) flag which allows 32-bit processes to use up to 3GB of RAM.
|
||||
{$SetPEFlags $20}
|
||||
{$ENDIF}
|
||||
|
||||
begin
|
||||
CreateGlobalCEFApp;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user