from DLL events
Rick Sivernell
res005ru at verizon.net
Fri Sep 1 14:02:01 PDT 2006
On Fri, 01 Sep 2006 12:41:14 -0500
bray at sent.com wrote:
> Les:
>
> Thanks for you feedback.
>
> I see what your saying about synchronizing the two. However, I was
> curiors about why wx needs to be used as a dll for this to work. What is
> wrong with statically linking?
>
> Regards,
>
> Brian
>
Brian
Static Link = large foot prints, slower programs.
dll = small foot prints, faster programs, if you do not change the
api signature, the code changes only require rebuilding the
dll, not the whole program. Less work.
--
Rick Sivernell
Dallas, Texas 75287
972 306-2296
ricksivernell at verizon.net
Registered Linux User
More information about the wx-users
mailing list