Creating UI object in a different thread causing crash

Vadim Zeitlin vadim at wxwidgets.org
Tue May 6 09:09:34 PDT 2008


On Tue, 6 May 2008 05:58:02 -0700 (PDT) wxWidget <soni.sanjjay at gmail.com> wrote:

w> M trying to lauch a dialog in a different thread, but for some reasons
w> its crashing.
w> I dont understand what I am doing wrong???

 Creating GUI objects in a different thread. This is absolutely not
supported, only one (usually main) thread of the application can do it.
And we really need to add this to the FAQ...

 Regards,
VZ

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



More information about the wx-users mailing list