Re: Problems with MFC AddNew - Mailing list pgsql-odbc

From Ian Klassen
Subject Re: Problems with MFC AddNew
Date
Msg-id 45BE0DB2.10709@phhpc.com
Whole thread Raw
In response to Problems with MFC AddNew  (iklassen@phhpc.com)
List pgsql-odbc
Hiroshi,

Yes, I was in debug mode.  Using the debug version of the DLL solved the
problem.  Thank you for tracking that down.  Do you also have a debug
version of the ANSI DLL?

Ian

Hiroshi Inoue wrote:
> Aren't you testing it with Debug mode ?
> I provided the Debug version trial driver
>
> http://www.geocities.jp/inocchichichi/psqlodbc/trial/psqlodbc35wd.zip .
> Please try it.
>
> The differece among the 3 drivers are
> 1. The existent drivers     Release mode compiled with the option /MT.
> 2. The trial driver            Release mode compiled with the option /MD.
> 3. The trial debug driver  Debug mode compiled with the option /MDd


pgsql-odbc by date:

Previous
From: Andrei Gaspar
Date:
Subject: Driver optimization
Next
From: Tom Lane
Date:
Subject: Re: Updatable cursors - applications?