CEF4Delphi/README.md

24 lines
1.2 KiB
Markdown
Raw Normal View History

2017-07-12 17:00:34 +02:00
# CEF4Delphi
2017-01-27 15:29:21 +01:00
CEF4Delphi is an open source project created by Salvador Díaz Fau to embed Chromium-based browsers in applications made with Delphi.
CEF4Delphi is based on DCEF3, made by Henri Gourvest. The original license of DCEF3 still applies to CEF4Delphi. Read the license terms in the first lines of any *.pas file.
2018-04-30 14:46:02 +02:00
CEF4Delphi uses CEF 3.3359.1769.gd0bfc4d which includes Chromium 66.0.3359.117.
2017-02-02 16:01:47 +01:00
The CEF3 binaries used by CEF4Delphi are available for download at spotify :
2017-02-26 16:28:13 +01:00
2018-04-30 14:46:02 +02:00
32bit -> http://opensource.spotify.com/cefbuilds/cef_binary_3.3359.1769.gd0bfc4d_windows32.tar.bz2
2017-02-26 16:28:13 +01:00
2018-04-30 14:46:02 +02:00
64bit -> http://opensource.spotify.com/cefbuilds/cef_binary_3.3359.1769.gd0bfc4d_windows64.tar.bz2
2017-02-26 16:30:21 +01:00
2018-02-08 16:39:30 +01:00
CEF4Delphi was developed and tested on Delphi 10.2 Tokyo and it has been tested in Delphi 7, Delphi XE and Delphi 10. CEF4Delphi includes VCL and FireMonkey (FMX) components.
2017-02-03 18:06:16 +01:00
2017-01-27 15:29:21 +01:00
For more information about CEF4Delphi visit :
https://www.briskbard.com/index.php?lang=en&pageid=cef
2017-02-02 16:01:47 +01:00
Forum :
https://www.briskbard.com/forum
2018-04-09 08:47:51 +02:00
These components need Windows 7, 8, 8.1, 10 or newer to run. If you need Windows XP and Vista support use **OldCEF4Delphi** :
https://github.com/salvadordf/OldCEF4Delphi