RCrandall 8 Posted November 13, 2023 I have most of my third-party libraries converted or updated already. I just need this one and JEDI JCL/JVCL to support Delphi 12 and I am good to go. Is anyone aware of any specific news about D12 support in OmniThreadLibrary? Thanks, Rob C Share this post Link to post
Vandrovnik 214 Posted November 13, 2023 57 minutes ago, RCrandall said: I have most of my third-party libraries converted or updated already. I just need this one and JEDI JCL/JVCL to support Delphi 12 and I am good to go. Is anyone aware of any specific news about D12 support in OmniThreadLibrary? Thanks, Rob C You can download JCL and JVCL manually and install them in Delphi 12. Just be sure that you do not have another version of JCL/JVCL somewhere in the path. Share this post Link to post
Primož Gabrijelčič 223 Posted November 14, 2023 Although not officially released, OTL supports Delphi 12. Just download the latest version from the github and you're good to go. Official release will follow in two weeks. Primož 1 Share this post Link to post
David Heffernan 2345 Posted November 14, 2023 Just as a general piece of advice, when new Delphi versions are released, you'd normally expect to go to the repo for latest source to work with that version. Getting used to using repos rather than relying on and waiting for packaged releases is a skill worth learning. Share this post Link to post
Fr0sT.Brutal 900 Posted November 17, 2023 On 11/14/2023 at 12:38 PM, David Heffernan said: Just as a general piece of advice, when new Delphi versions are released, you'd normally expect to go to the repo for latest source to work with that version. Getting used to using repos rather than relying on and waiting for packaged releases is a skill worth learning. And even if the lib is not ready, in most cases it's enough to use package for the latest version. Share this post Link to post
Primož Gabrijelčič 223 Posted November 27, 2023 Official Delphi 12-supporting release: https://github.com/gabr42/OmniThreadLibrary/releases/tag/release-3.07.10 It should also appear in GetIt in a day or two. 1 Share this post Link to post