From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,bbc77d6e9a74feb5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-06 23:14:18 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!news-out.visi.com!petbe.visi.com!newsfeed.news2me.com!cyclone1.gnilink.net!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!attbi_s52.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: please help - access and inheritence References: <3fd27939$1@news.barak.net.il> X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 24.6.133.123 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s52 1070781257 24.6.133.123 (Sun, 07 Dec 2003 07:14:17 GMT) NNTP-Posting-Date: Sun, 07 Dec 2003 07:14:17 GMT Organization: Comcast Online Date: Sun, 07 Dec 2003 07:14:17 GMT Xref: archiver1.google.com comp.lang.ada:3194 Date: 2003-12-07T07:14:17+00:00 List-Id: > Arr(1) := Vehicleptr(Vp1'access); -- failed, why? please ... "failed"? As in "made a loud noise and a flash and the computer went dead and there was the smell of smoke in the air"? Or perhaps "failed" means "The compiler saw an error and gave a message explaining the problem". In that case, what did the compiler's message say? (The code fragment you posted was too incomplete to submit to my Ada compiler to see what it would say.)