freddy_beer
March 16th, 2004, 08:13 PM
I am writing an aplication with several threads in MFC. For
some of my running functions for threads it woorked just
fine to use Critical Sections. But for others, where I try to update
data on the window (lika a control variable for a ListBox) it crash.
Now, I assume that for these case there should be a patern to follow .... to get an elegant solution for the source code.
thx
some of my running functions for threads it woorked just
fine to use Critical Sections. But for others, where I try to update
data on the window (lika a control variable for a ListBox) it crash.
Now, I assume that for these case there should be a patern to follow .... to get an elegant solution for the source code.
thx