comp.lang.ada
 help / color / mirror / Atom feed
From: "Vadim Godunko" <vgodunko@vipmail.ru>
Subject: Re: Type not accessible
Date: Tue, 19 Mar 2002 18:13:11 +0300
Date: 2002-03-19T18:13:11+03:00	[thread overview]
Message-ID: <mailman.1016551022.10337.comp.lang.ada@ada.eu.org> (raw)
In-Reply-To: muHl8.37472$X2.358367@nnrp1.uunet.ca

>     --create a pointer to the nav to give to the nav interface
>     Pointer_To_Nav := Mynav'Access;  <--- THIS LINE WILL NOT COMPILE

     Pointer_To_Nav := Mynav'Unchecked_Access;
 
Becuase Mynav is local variable.





      parent reply	other threads:[~2002-03-19 15:13 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-19 13:58 Help: Type not accessible Mattimus
2002-03-19 14:36 ` Stephen Leake
2002-03-19 15:08 ` Mattimus
2002-03-19 15:13 ` Vadim Godunko [this message]
replies disabled

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