comp.lang.ada
 help / color / mirror / Atom feed
From: "Riyaz Mansoor" <s800032@student.uq.edu.au>
Subject: generic packages (again)
Date: 1999/11/19
Date: 1999-11-19T02:13:21+00:00	[thread overview]
Message-ID: <812bo1$fir$1@bunyip.cc.uq.edu.au> (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
----------------------------------------------------







             reply	other threads:[~1999-11-19  0:00 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-11-19  0:00 Riyaz Mansoor [this message]
1999-11-19  0:00 ` generic packages (again) 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
replies disabled

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