DLL Problems - Mailing list pgsql-novice

From lmanorders
Subject DLL Problems
Date
Msg-id 477AE50900BF49219072AD90BFB600EF@LynnPC
Whole thread Raw
Responses Re: DLL Problems
List pgsql-novice
I’m running Windows 7, 64 bit, C++ Builder XE6, and Postgres 9.4.1. I’m using libpq to interface with Postgres. I’m using the DLLs that are installed (pre-compiled) with Postgres 9.4.1.
 
I’m having problems finding a set of DLLs that work together properly. The dependencies to libpq.dll are shown as ssleay32.dll, libeay32.dll, libintl.dll, and msvcr100.dll. If I use the DLLs that came with Postgres 9.3, everything seems to work just fine. If I try to use libpq.dll, ssleay32.dll, and libeay32.dll, that come with Postgres 9.4, and the latest versions of libintl.dll and msvcr100.dll that I can find, I get the message “The application was unable to start correctly (0xC000007b)”.
 
The libpq.dll (9.4 version) seems to be having problems with one or more of the other DLLs. Does anyone know what versions of these DLLs will work properly together?
 
Thanks, Lynn
 

pgsql-novice by date:

Previous
From: Albe Laurenz
Date:
Subject: Re: psql readline Tab insert tab
Next
From: Shashwat Arghode
Date:
Subject: Drop or disable or bypass "_return" rule on select on a view.