psqlodbc ready for amd64?!

From: Karol Szkudlarek <karol(at)mikronika(dot)com(dot)pl>
To: pgsql-odbc(at)postgresql(dot)org
Subject: psqlodbc ready for amd64?!
Date: 2004-06-04 21:49:21
Message-ID: 40C0EE61.4030508@mikronika.com.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi!

I am trying to use psqlodbc driver on my computer (amd64) without
success...
I am thinking that psqlodbc driver is not ready for such a platform
because of
declarations mentioned below:

typedef long int SDWORD; in isql.h:10

or

typedef long DWORD; in iodbc.h:30

on my platform:

sizeof(DWORD) == sizeof(SDWORD) is 8 not 4.

Are those declarations correct? Am I wrong?

Regards,
Karol Szkudlarek

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2004-06-05 16:35:23 Re: Help with ODBC problem
Previous Message Chris Hoover 2004-06-04 20:39:30 Re: Help with ODBC problem