From: Gene on
On Jan 27, 2:59 pm, Pascal Obry <pas...(a)obry.net> wrote:
> anon a écrit :
>
> > The body "*.adb" are only needed to compile
> > the modules initially.
>
> Which is wrong as explained Jeffrey Carter 3 hours ago!
>
> Pascal.
>

Thanks guys.

Happily, the files I need to hide contain neither generics nor inlined
procedures.

I had tried the read-only marking already before I posted. What had
me stumped was the need to delete all the .ali's of _non_-hidden flies
then rebuild. Before doing that, the binder demanded the missing
source. Afterward, all was okay.