hi everyone
i'm tring to build a project with bpls. There are couple of packages, here is the problem
*when i add a package to another package, it looks for the dcp file of the package (its ok i can live with that) but i think it causes a loading/removing package problem because i also need to load packages from code
*because of above problem i'm tring not to add package to another package, so i just add units of a package to another, in that case it says "cannot load package "package1.bpl" because it contain "unit1" which also contain in "package2.bpl"
anyway maybe i missunderstood module programming with delphi
can someone helpme please