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,e289b5ceae0f39c3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-27 06:07:53 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!newsread3.news.pas.earthlink.net.POSTED!not-for-mail From: "Matthew Heaney" Newsgroups: comp.lang.ada References: <13934627.ulbWRIerNL@linux1.krischik.com> Subject: Re: Binding to C 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 Message-ID: Date: Sun, 27 Jul 2003 13:07:52 GMT NNTP-Posting-Host: 65.110.133.134 X-Complaints-To: abuse@earthlink.net X-Trace: newsread3.news.pas.earthlink.net 1059311272 65.110.133.134 (Sun, 27 Jul 2003 06:07:52 PDT) NNTP-Posting-Date: Sun, 27 Jul 2003 06:07:52 PDT Organization: EarthLink Inc. -- http://www.EarthLink.net Xref: archiver1.google.com comp.lang.ada:40862 Date: 2003-07-27T13:07:52+00:00 List-Id: "Martin Krischik" wrote in message news:13934627.ulbWRIerNL@linux1.krischik.com... > > Try: > > type jpeg_message is access constant character; > type jpeg_message_table is access constant jpeg_message; This is not a very useful binding, as a message table is an array of strings. I showed the correct binding in my previous post.