from DLL events

Vadim Zeitlin vadim at wxwindows.org
Fri Sep 1 15:24:56 PDT 2006


On Fri, 01 Sep 2006 12:41:14 -0500 bray at sent.com wrote:

> 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?

 The fact that you get two copies of the library compiled with different
settings inside the same process address space. This is not going to work.

 Regards,
VZ
-- 
TT-Solutions: wxWidgets consultancy and technical support
               http://www.tt-solutions.com/






More information about the wx-users mailing list