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,FREEMAIL_FROM autolearn=ham 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!news1.google.com!news.glorb.com!wns14feed!worldnet.att.net!attbi_s03.POSTED!53ab2750!not-for-mail From: "Steve" Newsgroups: comp.lang.ada References: <35f054ea.0410101150.25bec2f5@posting.google.com> <1404015.dag8674995@linux1.krischik.com> <1c2f5137.0410130505.57e03c@posting.google.com> Subject: Re: Ada Pointer Size Problem X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Message-ID: NNTP-Posting-Host: 24.21.42.251 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s03 1097725543 24.21.42.251 (Thu, 14 Oct 2004 03:45:43 GMT) NNTP-Posting-Date: Thu, 14 Oct 2004 03:45:43 GMT Organization: Comcast Online Date: Thu, 14 Oct 2004 03:46:46 GMT Xref: g2news1.google.com comp.lang.ada:5183 Date: 2004-10-14T03:46:46+00:00 List-Id: The package "System.Address_To_Access_Conversions" is what you're looking for. http://www.adaic.org/standards/95lrm/html/RM-13-7-2.html Steve (The Duck) "Hans Van den Eynden" wrote in message news:1c2f5137.0410130505.57e03c@posting.google.com... >[snip] > > > There are functions to convert an access to an Address > > Are there also functions that convert an Address to an access?? And > what about Ada's type safety than ?? > I also can't anything about System.Address in the Ada95RM, a leftover > from Ada83?