|
Prev: What is the best way to define the Imported C function
Next: [anouncement] MingGW release for the GNU Ada Project
From: Gene on 27 Jan 2008 23:58 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. |