Re: Dynamic linking on Windows

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Dynamic linking on Windows
Date: 2010-10-22 11:05:05
Message-ID: 4CC16FE1.9010605@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-10-22 12:02:38 Re: Issues with dlgType
Previous Message Dave Page 2010-10-22 08:54:37 Dynamic linking on Windows