Creating UI object in a different thread causing crash
Robert Roebling
robert at roebling.de
Wed May 7 07:48:21 PDT 2008
Vadim Zeitlin wrote:
> (PDT) wxWidget 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...
And we should remove wxMutexGuiEnter from wxWidgets as we don't
support what it is made for.
Robert
More information about the wx-users
mailing list