Compiling error Delphi XE4

I just install the Trial version of Hydra, try to create a new app

and get thsi error

[dcc32 Fatal Error] Unit1.pas(8): F1026 File not found: ‘uHYModuleManager.dcu’

Libraries seems ok…How can i solve ?

Thanks

When using trial version you need to build your Delphi host/plugin with runtime packages. You can enable them from the menu: Hydra -> Hydra Package Settings -> [Build with Hydra Core Packages].

And this may not be quite simple if you sending .DCU files with trial version ?

Thanks.