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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,61006929d3e14455 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!newsfeed.stueberl.de!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: Ada Pointer Size Problem Date: Mon, 11 Oct 2004 10:45:35 +0200 Organization: AdaCL Message-ID: <1404015.dag8674995@linux1.krischik.com> References: <35f054ea.0410101150.25bec2f5@posting.google.com> Reply-To: krischik@users.sourceforge.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1097484348 02 18997 I7loXWFvxFBo58y 041011 08:45:48 X-Complaints-To: usenet-abuse@t-online.de X-ID: Z2SQRqZ68eDyug3slZPEQWqp8R+hml2tSXA+pz6dTHfDe+ko-wh20v User-Agent: KNode/0.8.0 Xref: g2news1.google.com comp.lang.ada:5032 Date: 2004-10-11T10:45:35+02:00 List-Id: skidmarks wrote: > I have a problem with the test program below. Perhaps someone can help me. Well an access is not a pointer. System.Address is a pointer. There are functions to convert an access to an Address..An access may contain additional informations apart from the pointer - like size of the object pointed to (for indefinite objects), a reference counter (for access all or anonymous access) etc. pp. > I've looked at the 'info' tex file included with the > gcc distribution and so far have not found how to > change a 64-bit pointer to a 32-bit pointer The System package has the needed convetion functions. With Regards Martin -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com