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,5d708145f98f6273 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-04-14 04:53:51 PST From: "Luke Guest" Newsgroups: comp.lang.ada References: <107mgcjspsour11@corp.supernews.com> <407c0f2c.0@entanet> Subject: Re: Access type conversions, how? Date: Wed, 14 Apr 2004 12:53:23 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 NNTP-Posting-Host: 195.74.122.227 Message-ID: <407d2686.0@entanet> X-Trace: 14 Apr 2004 12:54:46 -0100, 195.74.122.227 Path: archiver1.google.com!news1.google.com!news.glorb.com!border1.nntp.ash.giganews.com!nntp.giganews.com!opentransit.net!newsfeed.yul.equant.net!newsfeed.uk.prserv.net!prserv.net!news.freedom2surf.net!entanet!195.74.122.227 Xref: archiver1.google.com comp.lang.ada:7085 Date: 2004-04-14T12:53:23+01:00 List-Id: "Lutz Donnerhacke" wrote in message news:slrnc7oolr.amr.lutz@belenus.iks-jena.de... > * Luke A. Guest wrote: > > Well, in answer to my question: > > > > with Unchecked_Conversion; > > Please use Address_To_Access_Conversion and map the adresses. Why? Is this a standard function? > Or (better) define a variable of the different type at the same location. I don't know what you mean here. > An example is available in my recent posting here on "Efficient Stream_IO" Well, I've just looked and I couldn't see any use of that function. Thanks, Luke.