Dynamic linking on Windows

Поиск
Список
Период
Сортировка
От Dave Page
Тема Dynamic linking on Windows
Дата
Msg-id AANLkTim82NZRYOqm441+zKfUuxeF2Qwhz+wPA_Ly8eSt@mail.gmail.com
обсуждение исходный текст
Ответы Re: Dynamic linking on Windows
Список pgadmin-hackers
I intend to change the Windows VC++ project files to use dynamic
linking with wxWidgets rather than static as they currently do. The
reason for this is twofold - 1) from a licencing standpoint it's
probably safer, and 2) I've been playing with some addon wxWidgets
libraries recently which we may want to use in the future, and support
for static linking doesn't seem well tested in general.

Any objections?

Note that the non-Windows builds already default to dynamic linking.
It may be necessary to remove support for static in the future though,
if we use any additional libraries that don't support it. I don't see
that as a problem though - the official Mac packages are dynamic
already, and most Linux packages are built that way to meet platform
packaging standards.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: Issues with dlgType
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Dynamic linking on Windows