Обсуждение: Dynamic linking on Windows

Поиск
Список
Период
Сортировка

Dynamic linking on Windows

От
Dave Page
Дата:
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

Re: Dynamic linking on Windows

От
Guillaume Lelarge
Дата:
Le 22/10/2010 01:54, Dave Page a écrit :
> 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?
>

No, I can only see good things from this.


--
Guillaume
 http://www.postgresql.fr
 http://dalibo.com