Creating UI object in a different thread causing crash

wxWidget soni.sanjjay at gmail.com
Tue May 6 23:22:39 PDT 2008



On May 6, 9:09 pm, Vadim Zeitlin <va... at wxwidgets.org> wrote:
> On Tue, 6 May 2008 05:58:02 -0700 (PDT) wxWidget <soni.sanj... 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/

Thanks you very much.


More information about the wx-users mailing list