Fix DelayLoadDLL was made explicit.
authorHiroshi Saito <hiroshi@winpg.jp>
Tue, 12 Jun 2007 06:22:07 +0000 (06:22 +0000)
committerHiroshi Saito <hiroshi@winpg.jp>
Tue, 12 Jun 2007 06:22:07 +0000 (06:22 +0000)
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.

psqlodbc.vcproj

index 3cfb6f70dc586d3a729cd775bdbf4730132cc72b..43e188b30663a9daafb5cdc241204537cef70ead 100644 (file)
@@ -79,6 +79,7 @@
                AdditionalLibraryDirectories="C:\Program Files\PostgreSQL\8.2\lib\ms,C:\OpenSSL\lib\VC"\r
                IgnoreAllDefaultLibraries="true"\r
                ModuleDefinitionFile=".\psqlodbc.def"\r
+               DelayLoadDLLs="libpq.dll;ssleay32.dll;libeay32.dll"\r
                ProgramDatabaseFile="psqlodbc35w.pdb"\r
                SubSystem="2"\r
                ImportLibrary="psqlodbc35w.lib"\r
                SuppressStartupBanner="true"\r
                AdditionalLibraryDirectories="C:\Program Files\PostgreSQL\8.2\lib\ms,C:\OpenSSL\lib\VC"\r
                ModuleDefinitionFile=".\psqlodbc.def"\r
+               DelayLoadDLLs="libpq.dll;ssleay32.dll;libeay32.dll"\r
                GenerateDebugInformation="true"\r
                ProgramDatabaseFile="psqlodbc35w.pdb"\r
                SubSystem="2"\r