multi-threaded GUI with single threaded backend GNU C++
Armel Asselin
armelasselin at hotmail.com
Tue Nov 28 23:38:17 PST 2006
""Xu, Ming (NIH/NLM/NCBI) [F]"" <mxu at ncbi.nlm.nih.gov> a =E9crit dans le me=
ssage de news: CD04BF03C87B6240A342461CDE1DEC0304E19C8D at NIHCESMLBX8.nih.gov=
...
Hello.
=
Can I use multi-threaded GUI libs with single threaded backend GNU C++ l=
ib for an application build ?
=
ming
it seems basically illogical, so it probably won't work (for example, the [=
signle threaded C++ lib] internal heap handling will probably not have lock=
s structures and your multi-threaded code will smash it).
nonetheless, if you do not actually launch any thread nor use wx functional=
ities which need it (hard to verify though), it could work.
Armel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20061129/aeb=
ea670/attachment.htm
More information about the wx-users
mailing list