Re: [pgadmin-hackers] Compilation on Windows

2004-09-23 Thread Dave Page
> -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

Re: [pgadmin-hackers] Compilation on Windows

2004-09-23 Thread Alexander Borkowski
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

Re: [pgadmin-hackers] Compilation on Windows

2004-09-22 Thread Dave Page
> -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

[pgadmin-hackers] Compilation on Windows

2004-09-21 Thread Alexander Borkowski
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 :