there is a curious problem? i implement a new thread class. i call the Start function and the thread will be started, so everything works ok. but when stopping the thread, the Final function won't be called, but the Run function returns. What is the problem? is anyone here who could help me? thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes you are right i have tried working with the final method ,i also got the same result.
Also used "delete this" in the destructor but the method is not called , i will try more and post if i will get the desired result.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi
there is a curious problem? i implement a new thread class. i call the Start function and the thread will be started, so everything works ok. but when stopping the thread, the Final function won't be called, but the Run function returns. What is the problem? is anyone here who could help me? thanks
Yes you are right i have tried working with the final method ,i also got the same result.
Also used "delete this" in the destructor but the method is not called , i will try more and post if i will get the desired result.