Hello,
I develop Windows Desktop apps and use the CEF4Delphi inside it.
Currently all my code is based on Delphi 2007, a very old version. But i wonder what benefits i could have by upgrading to a recent Delphi version (which is not cheap). Does CEF4Delphi will benefit in any way by compiling my app with newer Delphi versions ?
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.
Do i need to upgrade ?
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Do i need to upgrade ?
With old Delphi versions you may see some string conversion warnings and some demos might have some unicode issues.
If you upgrade to the latest Delphi version you will be able to use FireMonkey (FMX) apps and you will be able to use CEF4Delphi with FMX apps but only in Windows.
Unless you need to create FMX apps for Windows with CEF4Delphi or you found some unicode related bug while using CEF4Delphi, you shouldn't add CEF4Delphi to the list of "reasons to upgrade Delphi".
If you upgrade to the latest Delphi version you will be able to use FireMonkey (FMX) apps and you will be able to use CEF4Delphi with FMX apps but only in Windows.
Unless you need to create FMX apps for Windows with CEF4Delphi or you found some unicode related bug while using CEF4Delphi, you shouldn't add CEF4Delphi to the list of "reasons to upgrade Delphi".
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: Do i need to upgrade ?
I forgot...
Some really old Delphi versions can't use the RTTI features in the JSRTTIExtension demo but you can do the same with the other JavaScript demos.
I also had to disable the string decoding functions in the ResponseFilterBrowser demo when you use old Delphi versions.
Some really old Delphi versions can't use the RTTI features in the JSRTTIExtension demo but you can do the same with the other JavaScript demos.
I also had to disable the string decoding functions in the ResponseFilterBrowser demo when you use old Delphi versions.
-
- Posts: 513
- Joined: Thu Aug 10, 2017 12:40 pm
Re: Do i need to upgrade ?
Thank you for the explanation 
