Hi,
I just wondering how is supported CEF4Delphi by Delphi 10.4 considering the new unified memory management. Did you compile CEF4Delphi VCL and FMX with Delphi 10.4 ?
Thanks
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
Delphi 10.4 Support
- salvadordf
- Posts: 4575
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Delphi 10.4 Support
I just installed Delphi 10.4 and the first tests went fine.
There's a hint compiling uCEFMiscFunctions.pas but it's not important.
I'll do more tests in the coming days.


There's a hint compiling uCEFMiscFunctions.pas but it's not important.
I'll do more tests in the coming days.

- salvadordf
- Posts: 4575
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Delphi 10.4 Support
I tested almost all the VCL and FMX demos and they work fine with Delphi 10.4
I just uploaded a new CEF4Delphi version with the Delphi 10.4 mention in the Readme.md file.

I just uploaded a new CEF4Delphi version with the Delphi 10.4 mention in the Readme.md file.
Re: Delphi 10.4 Support
Thank you for the update. This is a great news and the best is that there are no memory leaks due to the new memory management system.
I have seen that the new Delphi 10.4 has A LOT of new components available for Linux64. Did you consider to support also Linux or any other OS?
The new 10.4 has already TEdgeBrowser based on Chromium but this is not a FMX component is just a VCL for windows
Thanks again.
I have seen that the new Delphi 10.4 has A LOT of new components available for Linux64. Did you consider to support also Linux or any other OS?
The new 10.4 has already TEdgeBrowser based on Chromium but this is not a FMX component is just a VCL for windows
Thanks again.
- salvadordf
- Posts: 4575
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Delphi 10.4 Support
I recently added a "Future plans" page to the Wiki section at GitHub about this :axa wrote: Fri May 29, 2020 3:44 pm Thank you for the update. This is a great news and the best is that there are no memory leaks due to the new memory management system.
I have seen that the new Delphi 10.4 has A LOT of new components available for Linux64. Did you consider to support also Linux or any other OS?
https://github.com/salvadordf/CEF4Delph ... ture-plans
...but don't hold your breath because I would need a lot of time to learn many things necessary to develop applications in those systems.
I have Linux installed in my computer but I don't even have a Mac.