comp.lang.ada
 help / color / mirror / Atom feed
* prefix of attribute has deeper level than allocator type
@ 2001-08-18  5:09 Michael Andersson
  2001-08-20 14:36 ` Ted Dennison
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Andersson @ 2001-08-18  5:09 UTC (permalink / raw)


Hi!
What does the following error message mean?
prefix of attribute has deeper level than allocator type

What I'm trying to do is to dynamically create a terrain like this:
type Terrain(HeaderFileFileName : access String) is new
Limited_Controlled with private;
.
.
.
T := new Terrain(Str'Access); (This is where I get the error
message)

Need your help, please!
//Michael



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

end of thread, other threads:[~2001-08-20 14:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-18  5:09 prefix of attribute has deeper level than allocator type Michael Andersson
2001-08-20 14:36 ` Ted Dennison

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