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-Thread: 103376,e2be1c8e99a1c994 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!club-internet.fr!feedme-small.clubint.net!nuzba.szn.dk!news.jacob-sparre.dk!pnx.dk!not-for-mail From: Kim Rostgaard Christensen Newsgroups: comp.lang.ada Subject: Re: Adding offset to 'Address Date: Fri, 12 Sep 2008 12:17:19 +0200 Organization: Jacob's private Usenet server Message-ID: References: <48ca3ab4$0$18739$9b4e6d93@newsspool1.arcor-online.net> NNTP-Posting-Host: pintsize.dmusyd.edu Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: jacob-sparre.dk 1221214648 16883 83.94.115.162 (12 Sep 2008 10:17:28 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Fri, 12 Sep 2008 10:17:28 +0000 (UTC) User-Agent: Mozilla-Thunderbird 2.0.0.16 (X11/20080724) In-Reply-To: <48ca3ab4$0$18739$9b4e6d93@newsspool1.arcor-online.net> Xref: g2news2.google.com comp.lang.ada:7721 Date: 2008-09-12T12:17:19+02:00 List-Id: Georg Bauhaus wrote: > Kim Rostgaard Christensen wrote: >> Hi >> >> How does one go about setting a 'Address + (size of other record) to a >> record at runtime ? > > Have you had a chance to look at Interfaces.C.Pointers? > > > -- Georg Bauhaus > I have thought about it, yes - but I cannot figure out witch datatype I should instantiate my pointer with (other than Byte & Byte_Array). Can you give an example ? regards Kim Rostgaard Christensen