GetPrivateProfileString

From: Ger <ger(dot)lawlor(at)gmail(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: GetPrivateProfileString
Date: 2009-07-02 21:46:43
Message-ID: 8df3b7780907021446ha525e4bqe338f9fb1ea02bdf@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

I am investigating an issue where GetPrivateProfileString symbol
exists in Postgres ODBC driver code and in the Informix IDS driver
code.
I have an issue where code that expects to invoke
GetPrivateProfileString from psqlodbc.so is diving into libthcli.so
instead which is part of the Informix driver code?
This is probably an issue with ld.so and how the shared objects are
loaded into memory....would like to know if anyone has seen this
issue? I think the driver could
benefit from better function notation that will ensure unique
signatures for the Postgres ODBC API and the same goes for Informix
IDS.

Thanks.

Browse pgsql-odbc by date

  From Date Subject
Next Message Lothar Behrens 2009-07-05 22:37:31 SQLTables and szTableRemarks field?
Previous Message Assaf Lavie 2009-06-30 03:56:59 ODBC Drivers for 64 bit process on Windows XP