Incorrect Package Reference in RemObjects Hydra Package Checker for Delphi 12

Hello,

I’m currently using RAD Studio 12, and each time I start my project, the RemObjects Hydra Package Checker displays a warning suggesting that DIRegEx_D12.dcp should be replaced with DIRegEx_D29.dcp (screenshot).

However, DIRegEx_D12.dcp is the correct package for my project, and this recommendation is incorrect. I would like to know how to prevent this warning from appearing. Is there a way to disable this package version check, or perhaps a list where I can specify valid package versions so the checker doesn’t flag them as incorrect?

Any guidance would be greatly appreciated.

Thank you in advance!
HydraWrongPackageSuggestion

Hi,

12 and 29 means major version of Delphi:

so
D12 means Delphi 2009
D29 means Delphi 12


Edit: You can update uHYIDEPackageChecker.pas and comment code in initialization/finalization sections for disabling this checker.

launch C:\Program Files (x86)\RemObjects Software\Build\install_HY.cmd with admin rights for rebuilding packages

Hi Evgeny,

It turns out the mentioned package is indeed for D12, but it seems the developers weren’t strictly following the convention.

That said, everything is now working as expected! Thank you very much for your prompt response!

1 Like