psqlodbc - psqlodbc: Fix DelayLoadDLL was made explicit. - Mailing list pgsql-committers

From h-saito@pgfoundry.org (User H-saito)
Subject psqlodbc - psqlodbc: Fix DelayLoadDLL was made explicit.
Date
Msg-id 20070612062207.E42D82170D4@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: pgunittest@pgfoundry.org (User Pgunittest)
Date:
Subject: pgunittest - GeneratorParser:
Next
From: meskes@postgresql.org (Michael Meskes)
Date:
Subject: pgsql: Synced parser and keyword list.