dperez79
Member level 1
Threads Visual C++
Hi,
I am using several threads in my application, each thread can execute a global or a member function(static).
Now I can set the member variable value executing a function include in the App class. But I can't update the View ( UpdateData() is not possible in any function that belongs the thread).
Could you recommend me some way of update the dialog values inside the thread execution?
Thanks.
Hi,
I am using several threads in my application, each thread can execute a global or a member function(static).
Now I can set the member variable value executing a function include in the App class. But I can't update the View ( UpdateData() is not possible in any function that belongs the thread).
Could you recommend me some way of update the dialog values inside the thread execution?
Thanks.