Re: CVS Commit by dpage: Dynamically link libpq/OpenSSL

Поиск
Список
Период
Сортировка
От Alexander Borkowski
Тема Re: CVS Commit by dpage: Dynamically link libpq/OpenSSL
Дата
Msg-id 4164EEC4.1040706@abri.une.edu.au
обсуждение исходный текст
Ответ на Re: CVS Commit by dpage: Dynamically link libpq/OpenSSL for sensible  ("Dave Page" <dpage@vale-housing.co.uk>)
Список pgadmin-hackers
Dave Page wrote:

> No, they need to be there - there the import libraries that contain the stubs for the functions in the dlls.

Please correct me if I get this totally confused, but aren't the stubs
for the SSL stuff already in libpq.dll (looking at
postgresql-8.0.0beta3/src/interfaces/libpq/win32.mak with USE_SSL
defined)? And as far as I can tell pgAdmin III is not using any of the
SSL functions directly anyway since they are hidden behind the libpq API
(pgConn.cpp lines 196 to 207), so why link against the SSL libraries
(static or dynamic) in this case?

Regards,

Alex

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

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: Bug in dlgServer
Следующее
От: cvs@cvs.pgadmin.org
Дата:
Сообщение: CVS Commit by andreas: minor fixes