comp.lang.ada
 help / color / mirror / Atom feed
* generic packages (again)
@ 1999-11-19  0:00 Riyaz Mansoor
  1999-11-19  0:00 ` Matthew Heaney
  1999-11-20  0:00 ` Nick Roberts
  0 siblings, 2 replies; 8+ messages in thread
From: Riyaz Mansoor @ 1999-11-19  0:00 UTC (permalink / raw)



thanx to all of you who replied to my earlier post (though the later posts
were completely beyond me hehe).

here's my program (its quite similar to before).

-- main instantiates gen_pack1 and gen_pack4;
procedure main is
    package pack1 is new gen_pack1; use pack;
    package pack4 is new gen_pack4(pack1); use pack4;
    blah
end main;

-- gen_pack1 intantiages gent_pack2 and gen_pack3
package gen_pack1 is
    package pack2 is new gen_pack2; use pack2;
    package pack3 is new gen_pack3; use pack3;
    blah balh
end gen_pack1;


now i want gen_pack1 (OR pack1, i really don't know) to be compiled
separately so that any number of packages/programs maybe able to call it
directly.

i've never done separate compiling before. i've read the ARM aobut separate
compiling and its very vague (atleast to me). anybody wanna lend a hand
here?

riyaz
----------------------------------------------------







^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~1999-11-24  0:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-11-19  0:00 generic packages (again) Riyaz Mansoor
1999-11-19  0:00 ` Matthew Heaney
1999-11-20  0:00 ` Nick Roberts
1999-11-22  0:00   ` Riyaz Mansoor
     [not found]     ` <01bf350e$54514610$022a6282@dieppe>
1999-11-23  0:00       ` Riyaz Mansoor
1999-11-23  0:00         ` Robert Dewar
1999-11-24  0:00           ` Riyaz Mansoor
1999-11-24  0:00             ` Ted Dennison

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox