Re: PostgreSQL connect with Visual C++

From: Christian Ullrich <chris(at)chrullrich(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL connect with Visual C++
Date: 2013-03-06 10:16:58
Message-ID: kh752n$t5d$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

* 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Glyn Astill 2013-03-06 10:49:29 Re: Why does slony use a cursor? Anyone know?
Previous Message dhaval257 2013-03-06 10:06:38 Re: PostgreSQL connect with Visual C++