Re: PostgreSQL connect with Visual C++
От
Christian Ullrich
Тема
Re: PostgreSQL connect with Visual C++
Дата
Msg-id
kh752n$t5d$1@ger.gmane.org
Ответ на
Re: PostgreSQL connect with Visual C++ (dhaval257)
Список
Дерево обсуждения
PostgreSQL connect with Visual C++ dhaval257 <dhaval.damka@gmail.com>
Re: PostgreSQL connect with Visual C++ Guy Rouillier <guy.rouillier@gmail.com>
Re: PostgreSQL connect with Visual C++ dhaval257 <dhaval.damka@gmail.com>
Re: PostgreSQL connect with Visual C++ Albe Laurenz <laurenz.albe@wien.gv.at>
Re: PostgreSQL connect with Visual C++ John R Pierce <pierce@hogranch.com>
Re: PostgreSQL connect with Visual C++ dhaval257 <dhaval.damka@gmail.com>
Re: PostgreSQL connect with Visual C++ Christian Ullrich <chris@chrullrich.net>
Re: PostgreSQL connect with Visual C++ Albe Laurenz <laurenz.albe@wien.gv.at>
* dhaval257 wrote: > No It is not using .NET framework. I tried with libpq but ended up with > error that "Application can not run because SSLEAY32.dll is missing" > (something like this). So I left that thing. Have you used libpq? ssleay32.dll is part of the PostgreSQL distribution, and is installed in the /bin/ directory. Since you are getting that error for ssleay32.dll and not for libpq.dll, I assume you copied libpq.dll somewhere. Copy ssleay32.dll to the same place. You will probably get similar errors for other DLLs; all of them are likely to be in the PostgreSQL /bin/ directory. As an alternative, you can just add that directory to your %PATH% variable. -- Christian
В списке pgsql-general по дате отправления