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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Delphi 10.4 Support

Post Reply
axa
Posts: 13
Joined: Tue May 07, 2019 9:25 pm

Delphi 10.4 Support

Post 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
User avatar
salvadordf
Posts: 4575
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Delphi 10.4 Support

Post by salvadordf »

I just installed Delphi 10.4 and the first tests went fine. :D
There's a hint compiling uCEFMiscFunctions.pas but it's not important.
I'll do more tests in the coming days.

Image
User avatar
salvadordf
Posts: 4575
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Delphi 10.4 Support

Post by salvadordf »

I tested almost all the VCL and FMX demos and they work fine with Delphi 10.4 :mrgreen:

I just uploaded a new CEF4Delphi version with the Delphi 10.4 mention in the Readme.md file.
axa
Posts: 13
Joined: Tue May 07, 2019 9:25 pm

Re: Delphi 10.4 Support

Post 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.
User avatar
salvadordf
Posts: 4575
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Delphi 10.4 Support

Post 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.
Post Reply