(sorry if my english isnt very well) My question is: how does the wxThread class work ? I made a own thread class called MyThread delivered from wxThread. I also declaired the methodes Entry() and OnExit.
I start my thread with Create(...) and Run() but when i try to stop the thread my application freezes. Did i miss something ? Did i misunderstood something ?