psqlodbc ready for amd64?! - Mailing list pgsql-odbc

From Karol Szkudlarek
Subject psqlodbc ready for amd64?!
Date
Msg-id 40C0EE61.4030508@mikronika.com.pl
Whole thread Raw
List 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

pgsql-odbc by date:

Previous
From: "Chris Hoover"
Date:
Subject: Re: Help with ODBC problem
Next
From: Dave Page
Date:
Subject: Re: Help with ODBC problem