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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.36.36.136 with SMTP id f130mr2680459ita.12.1470849403270; Wed, 10 Aug 2016 10:16:43 -0700 (PDT) X-Received: by 10.157.41.230 with SMTP id g35mr513570otd.19.1470849403246; Wed, 10 Aug 2016 10:16:43 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!f6no8902772ith.0!news-out.google.com!d130ni30919ith.0!nntp.google.com!f6no8882475ith.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Wed, 10 Aug 2016 10:16:42 -0700 (PDT) In-Reply-To: <90233803-e8cb-4461-a093-f705409dc83f@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=109.252.107.10; posting-account=YB4WOgoAAABLG9D7qoJiPBc6EJSzsPDF NNTP-Posting-Host: 109.252.107.10 References: <90233803-e8cb-4461-a093-f705409dc83f@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <96b187f6-aa9d-4062-bb79-626c4ad6366d@googlegroups.com> Subject: Re: GNAT, portability between computers (win32) From: George J Injection-Date: Wed, 10 Aug 2016 17:16:43 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:31364 Date: 2016-08-10T10:16:42-07:00 List-Id: =D1=81=D1=80=D0=B5=D0=B4=D0=B0, 10 =D0=B0=D0=B2=D0=B3=D1=83=D1=81=D1=82=D0= =B0 2016 =D0=B3., 17:17:10 UTC+3 =D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2= =D0=B0=D1=82=D0=B5=D0=BB=D1=8C George J =D0=BD=D0=B0=D0=BF=D0=B8=D1=81=D0= =B0=D0=BB: > Hi all!Today i've finished beta version of my project. And it was found o= ut that i have to put much .dll files from "GNAT20XX\bin" with my project. = And it is inexpedient.How may I link all necessary libraries (statically ma= ybe) to use my exe independently on different computers with win32? Thanks! I've found some answers this : https://groups.google.com/forum/#!topic/comp= .lang.ada/_Cta-HgtTKM Thanks to all!