Page 1 of 1
Delphi 10.4 Support
Posted: Fri May 29, 2020 9:06 am
by axa
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
Re: Delphi 10.4 Support
Posted: Fri May 29, 2020 12:32 pm
by salvadordf
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.

Re: Delphi 10.4 Support
Posted: Fri May 29, 2020 2:52 pm
by salvadordf
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.
Re: Delphi 10.4 Support
Posted: Fri May 29, 2020 3:44 pm
by axa
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.
Re: Delphi 10.4 Support
Posted: Fri May 29, 2020 4:46 pm
by salvadordf
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?
I recently added a "
Future plans" page to the Wiki section at GitHub about this :
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.