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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,34e28efa1a88ae84,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!feeder.news-service.com!news.motzarella.org!motzarella.org!not-for-mail From: =?ISO-8859-1?Q?S=E9bastien?= Newsgroups: comp.lang.ada Subject: Access procedure to pointer Date: Tue, 27 May 2008 11:19:45 +0000 Organization: A noiseless patient Spider Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: feeder.motzarella.org U2FsdGVkX1/4T5VibYVngIhXK6zRRU2XSBrnbrgSBBm8bvvVPdFdgNM+FuskeO8Jf6fjERXhqcrRLazSSVy65s199QC7BYsWwwyle+Nk9LHyY6utW/ACoubKGBZ/ZBqvwoXr32XuTlfI6K/FoWsdzw== X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers NNTP-Posting-Date: Tue, 27 May 2008 11:19:50 +0000 (UTC) X-Auth-Sender: U2FsdGVkX1/xy9TGe2DEttRXDs1RtqhYrCbuT9b+9M0Ifd/r2hEvhQ== Cancel-Lock: sha1:d9fGmonZrtNwDGEmXYuC5bKokDE= User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) Xref: g2news1.google.com comp.lang.ada:392 Date: 2008-05-27T11:19:45+00:00 List-Id: Hi, I need to convert an access to a procedure to a pointer (System.Address). I can't use the System.Address_To_Access_Conversions package since I can't define a type on a procedure (only on a procedure access). Is there any way to do it? Thanks, Sebastien