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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,8d52d4fbf051d828 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.27.14 with SMTP id g14mr2678699qac.1.1347017132526; Fri, 07 Sep 2012 04:25:32 -0700 (PDT) Received: by 10.52.75.36 with SMTP id z4mr872694vdv.14.1347017132460; Fri, 07 Sep 2012 04:25:32 -0700 (PDT) Path: da15ni851qab.0!nntp.google.com!b19no3107486qas.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 7 Sep 2012 04:25:32 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=86.143.131.20; posting-account=04rmagoAAABZ9PN7u3MdbKIs6DPG57E- NNTP-Posting-Host: 86.143.131.20 References: <85r4qe9n5e.fsf@stephe-leake.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <7818bc08-d0ec-4c23-bd51-a6e6bb305cb8@googlegroups.com> Subject: Re: Status of GNADE ODBC under Debian 64-bit From: Graham Stark Injection-Date: Fri, 07 Sep 2012 11:25:32 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-09-07T04:25:32-07:00 List-Id: I'd think Gnade is worth persevering with. The changes that need to be made to support 64 bit ODBC are detailed here: http://support.microsoft.com/kb/298678 the scary bit is that (if I've read this right) sometimes function returns are 32 bit and sometimes 64 bit depending on the inputs. We're going to need a slightly thicker binding than at present to handle this, I'd think. Graham