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,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-23 02:15:36 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: sandrobinetti@yahoo.com (Sandro Binetti) Newsgroups: comp.lang.ada Subject: Pragma Export and initialized variables Date: 23 Jan 2002 02:15:35 -0800 Organization: http://groups.google.com/ Message-ID: <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 1011780936 9750 127.0.0.1 (23 Jan 2002 10:15:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 23 Jan 2002 10:15:36 GMT Xref: archiver1.google.com comp.lang.ada:19222 Date: 2002-01-23T10:15:36+00:00 List-Id: Hallo, group. I have to export some complex procedures written in ADA and import them in a gtk based environment. What about my ada initialized variables? Suppose that a variable is initialized by using the value of a function defined in another package, I'll find it correctly initialized? Do I have to arrange and export an "init_variables" procedure? I'm a little confused ... ;-) Tnx, Sandro.