From: | "lmanorders" <lmanorders(at)gmail(dot)com> |
---|---|
To: | <pgsql-novice(at)postgresql(dot)org> |
Subject: | DLL Problems |
Date: | 2015-05-27 22:07:03 |
Message-ID: | 477AE50900BF49219072AD90BFB600EF@LynnPC |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Shashwat Arghode | 2015-05-28 06:23:45 | Drop or disable or bypass "_return" rule on select on a view. |
Previous Message | Robert Haas | 2015-05-27 18:35:33 | Re: [Postgresql NLS support] : Help on using NLS , Custom dictionary to enhance our website search functionality |