> -Original Message-
> From: Alexander Borkowski
> [mailto:[EMAIL PROTECTED]
> Sent: 23 September 2004 09:36
> To: [EMAIL PROTECTED]; Dave Page
> Subject: Re: [pgadmin-hackers] Compilation on Windows
>
> I am currently writing a "How to build pgAdmin
Dave Page wrote:
[SSL_version_str symbol missing]
I've run into that before - you need to use the static SSL libs, not the
import libs for the dll. They do (should) contain that symbol.
Ah, so one has to use ms/nt.mak instead of ms/ntdll.mak to build the
static version of the libraries (which in my
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Alexander Borkowski
> Sent: 22 September 2004 04:53
> To: [EMAIL PROTECTED]
> Subject: [pgadmin-hackers] Compilation on Windows
>
> Dear all,
>
> I am trying t
Dear all,
I am trying to build 1.2.0 beta1 on Windows XP with MSVC++ 6.0 and after
a while am almost there (I think). Everything compiles fine, but linking
fails with the following error
pgAdmin3.obj : error LNK2001: unresolved external symbol _SSL_version_str
Unicode_SSL_Release/pgAdmin3.exe :