Re: Missing libraries and path

From: "Dave Page" <dpage(at)pgadmin(dot)org>
To: "Mickael Deloison" <mdeloison(at)gmail(dot)com>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Missing libraries and path
Date: 2008-06-08 18:17:29
Message-ID: 937d27e10806081117g3ad34e79r1f2625a36a7b347@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Sat, Jun 7, 2008 at 5:23 PM, Mickael Deloison <mdeloison(at)gmail(dot)com> wrote:
> Hi pgAdmin hackers,
>
> I downloaded a fresh copy of pgAdmin code from the SVN repository
> today. In Visual C++ Express 2005, I had to do a few things to make
> pgAdmin compile well.
>
> 1) Libraries to add:
> advapi32.lib
> user32.lib
> gdi32.lib
> comdlg32.lib
> shell32.lib
> ole32.lib
> oleaut32.lib

That sounds like you didn't fully configure VC++ to work with the platform SDK.

> 2) Link editor > General > Supplementary path:
> $(PGDIR)/lib/ms
> My PGDIR is D:\Programs\PostgreSQL\8.1
>
> Maybe pgAdmin3.vcproj needs to be updated?

No, your copy of PostgreSQL :-). The path is correct for 8.3/8.4

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2008-06-08 18:37:48 SVN Commit by dpage: r7363 - trunk/pgadmin3/pgadmin/frm
Previous Message Mickael Deloison 2008-06-07 16:23:40 Missing libraries and path