DLL Problems

Поиск
Список
Период
Сортировка
От lmanorders
Тема DLL Problems
Дата
Msg-id 477AE50900BF49219072AD90BFB600EF@LynnPC
обсуждение исходный текст
Ответы Re: DLL Problems  (Albe Laurenz <laurenz.albe@wien.gv.at>)
Список 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 по дате отправления:

Предыдущее
От: Albe Laurenz
Дата:
Сообщение: Re: psql readline Tab insert tab
Следующее
От: Shashwat Arghode
Дата:
Сообщение: Drop or disable or bypass "_return" rule on select on a view.