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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.224.74.72 with SMTP id t8mr830522qaj.4.1378424974584; Thu, 05 Sep 2013 16:49:34 -0700 (PDT) X-Received: by 10.49.3.134 with SMTP id c6mr536753qec.0.1378424974477; Thu, 05 Sep 2013 16:49:34 -0700 (PDT) Path: border1.nntp.dca3.giganews.com!border2.nntp.dca3.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!j7no324584qai.0!news-out.google.com!p7ni1016qas.0!nntp.google.com!j7no324574qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 5 Sep 2013 16:49:34 -0700 (PDT) In-Reply-To: <94c59b2b-1d07-48aa-b348-93f748e08786@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=206.53.78.59; posting-account=ShYTIAoAAABytvcS76ZrG9GdaV-nXYKy NNTP-Posting-Host: 206.53.78.59 References: <94c59b2b-1d07-48aa-b348-93f748e08786@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Ada on Windows? (64bit Binaries) From: sbelmont700@gmail.com Injection-Date: Thu, 05 Sep 2013 23:49:34 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Original-Bytes: 1724 Xref: number.nntp.dca.giganews.com comp.lang.ada:183322 Date: 2013-09-05T16:49:34-07:00 List-Id: On Thursday, September 5, 2013 4:44:06 PM UTC-4, e.s.h...@gmail.com wrote: > Is there an Ada compiler that will produce 64bit Windows binaries?=20 I use MinGW-w64 and have only had a few minor hiccups. Specifically, you c= an't directly use Microsoft (.lib) style import libraries without it silent= ly crashing, so you have to jump through some hoops to convert them. But o= ther than that (and some dubious Ada-2012 support), it's been pretty easy -sb