Having created a package and soon after referencing it as a dependency on a project, which is in the same project group, I have problems trying to use the unit
references contained in the package. Even after adding addiction.
Even after compiling and having the package installed, the error continues.
As this my project group structure and how I refer:
HereImarkthedependency:
I even browse to the directory indicated by the image ( C:\Users\Public\Documents\RadStudio.0\Bpl\
) and there is the file ORM.bpl
.
But when trying to use the units that would already be compiled in the package, I can not:
Thisistheerrorwhentryingtocompile:
Whenever I needed to associate the libraries of other packages, even though I installed them in the Delphi IDE, I always had to add unit in the project or folders browsed by Delphi ( Libraries ).
So I ask if in this type of case the dependency reference does not work at all and so what is the purpose of this reference?
Or, of course, if I did or did not do something?