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,d64f5bd99dd5626e X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!i28g2000yqa.googlegroups.com!not-for-mail From: Vadim Godunko Newsgroups: comp.lang.ada Subject: Re: Auto initialization in Stand-alone Library Projects Date: Wed, 9 Jun 2010 23:17:51 -0700 (PDT) Organization: http://groups.google.com Message-ID: <7f297b52-35ac-4de3-8600-0759166348fb@i28g2000yqa.googlegroups.com> References: NNTP-Posting-Host: 109.165.30.141 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1276150672 19085 127.0.0.1 (10 Jun 2010 06:17:52 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 10 Jun 2010 06:17:52 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: i28g2000yqa.googlegroups.com; posting-host=109.165.30.141; posting-account=niG3UgoAAAD7iQ3takWjEn_gw6D9X3ww User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.9) Gecko/20100317 SUSE/3.5.9-0.1.1 Firefox/3.5.9,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:11551 Date: 2010-06-09T23:17:51-07:00 List-Id: On Jun 9, 3:48=A0pm, Andrei Krivoshei wrote: > Hello, everybody! > > I have a question. > > If I use in a Stand-alone Library Project the field Library_Auto_Init use "TRUE">, thus > the functions like and will be called > automatically when they are needed? > > Or I am not right? > You are right.