Page 1 of 1

Older versions

Posted: Mon Feb 15, 2021 9:58 am
by hengedk
Is it possible to download older versions of CEF4Delphi
I have pre-built_cef_v.75.0.3770.100 and need CEF4Delphi to match

Best regards

Re: Older versions

Posted: Mon Feb 15, 2021 10:57 am
by salvadordf
Hi,

Yes, you can download that version from GitHub in the "Releases" link :
https://github.com/salvadordf/CEF4Delphi/releases

The release for CEF 75.1.14 was this one :
https://github.com/salvadordf/CEF4Delphi/releases/tag/75.0.3770.100

If that pre-built package is not CEF 75.1.14 exactly then you can also click on the "Commits" link and go back in time until you find the CEF4Delphi version that works with that package :
https://github.com/salvadordf/CEF4Delphi/commits/master

However, I would recommend that you build the latest CEF binaries yourself again. There's a step-by-step tutorial here :
https://www.briskbard.com/forum/viewtopic.php?f=10&p=4800

That tutorial was updated recently and the hardware requirements are not as high as before.

Re: Older versions

Posted: Mon Feb 15, 2021 3:02 pm
by hengedk
thanks