psqlodbc - psqlodbc: Fix DelayLoadDLL was made explicit.

From: h-saito(at)pgfoundry(dot)org (User H-saito)
To: pgsql-committers(at)postgresql(dot)org
Subject: psqlodbc - psqlodbc: Fix DelayLoadDLL was made explicit.
Date: 2007-06-12 06:22:07
Message-ID: 20070612062207.E42D82170D4@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix DelayLoadDLL was made explicit.
However, The DEBUG mode of /MTd contains some problems by the reason Release DLL is /MT.
This problem is closely related to the release of OpenSSL. Therefore, we are going
to still investigate this problem and to cope with it. Then, please understand having
not solved yet.

Modified Files:
--------------
psqlodbc:
psqlodbc.vcproj (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/psqlodbc.vcproj.diff?r1=1.6&r2=1.7)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2007-06-12 07:55:56 pgsql: Synced parser and keyword list.
Previous Message User Pgunittest 2007-06-11 22:49:15 pgunittest - GeneratorParser: