Gautier a �crit dans le message : 38FCBA00.992AA7A2@maths.unine.ch... > Hi. GNAT 3.10-3.12 doesn't seem to want to export directly, > i.e. without "renames", instances of procedures out of a package. > Is there an Ada rule behind it ? No explanation found in the Manual. > > 2) But, if I put: "procedure Read_8bit_AutoInit is new Program_DMA( 16#58# );" > I get: "Read_8bit_Autoinit" conflicts with declaration at line 48 > and of course: missing body for "Read_8bit_AutoInit" declared at line 48 > > Strange, isn't it ? An instantiation is both a spec AND a body. Just remove the explicit spec, and it will work. -- --------------------------------------------------------- J-P. Rosen (Rosen.Adalog@wanadoo.fr) Visit Adalog's web site at http://pro.wanadoo.fr/adalog