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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9c25e1f865c6aea4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-24 00:50:22 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: sandrobinetti@yahoo.com (Sandro Binetti) Newsgroups: comp.lang.ada Subject: Re: Pragma Export and initialized variables Date: 24 Jan 2002 00:50:21 -0800 Organization: http://groups.google.com/ Message-ID: <877f1a1d.0201240050.28d93959@posting.google.com> References: <877f1a1d.0201230215.32fcb15a@posting.google.com> NNTP-Posting-Host: 195.223.220.65 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1011862222 12418 127.0.0.1 (24 Jan 2002 08:50:22 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 24 Jan 2002 08:50:22 GMT Xref: archiver1.google.com comp.lang.ada:19271 Date: 2002-01-24T08:50:22+00:00 List-Id: Robert A Duff wrote in message > You need to call adainit and adafinal on the C side before calling > anything on the Ada side. Hi Bob, tnx for your answer. I read about "adainit" and "adafinal" inside the L.R.M., but the thing isn't so clear to me. Where are these procedures defined? Which object do I have to include into the C project? Of course, I'm a gnat user ... ;-) Bye, Sandro.