Missing libraries and path

Поиск
Список
Период
Сортировка
От Mickael Deloison
Тема Missing libraries and path
Дата
Msg-id 1f8f052b0806070923q8dbebe9kd66f709e8a2e1f5a@mail.gmail.com
обсуждение исходный текст
Ответы Re: Missing libraries and path  ("Dave Page" <dpage@pgadmin.org>)
Список pgadmin-hackers
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

2) Link editor > General > Supplementary path:
$(PGDIR)/lib/ms
My PGDIR is D:\Programs\PostgreSQL\8.1

Maybe pgAdmin3.vcproj needs to be updated?

Best regards,
Mickael

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by guillaume: r7361 - in trunk/www/locale: . fr_FR/LC_MESSAGES
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Missing libraries and path