comp.lang.ada
 help / color / mirror / Atom feed
* Access and alias
@ 2000-04-04  0:00 NANCY HEHIR
  2000-04-04  0:00 ` Laurent Guerby
  2000-04-04  0:00 ` tmoran
  0 siblings, 2 replies; 21+ messages in thread
From: NANCY HEHIR @ 2000-04-04  0:00 UTC (permalink / raw)


I don't understand my compile error and am having trouble finding help in
GNAT or Annotated Reference Manual.

Can anyone explain what's going wrong here, please ?
I am trying to assign an initial address to an access variable.....

type LPDCB is access all DCB;
.
.
DCB_1:DCB;
.
.
DCB_Access:LPDCB := DCB'Access;

compiler generates error 'prefix of "Access" attribute must be aliased'







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

end of thread, other threads:[~2000-04-10  0:00 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-04  0:00 Access and alias NANCY HEHIR
2000-04-04  0:00 ` Laurent Guerby
2000-04-04  0:00   ` NANCY HEHIR
2000-04-04  0:00     ` Laurent Guerby
2000-04-05  0:00       ` Alfred Hilscher
2000-04-05  0:00         ` Laurent Guerby
2000-04-05  0:00         ` Ted Dennison
2000-04-05  0:00           ` Jeff Carter
2000-04-06  0:00             ` Alfred Hilscher
2000-04-07  0:00               ` Jeff Carter
2000-04-06  0:00             ` Robert Dewar
2000-04-07  0:00               ` Jeff Carter
2000-04-06  0:00           ` tmoran
2000-04-07  0:00             ` Robert Dewar
2000-04-07  0:00               ` tmoran
2000-04-09  0:00                 ` Robert Dewar
2000-04-09  0:00                   ` tmoran
2000-04-10  0:00                 ` Jack W. Sharer
2000-04-06  0:00           ` Robert Dewar
2000-04-05  0:00     ` Jeffrey D. Cherry
2000-04-04  0:00 ` tmoran

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