MFC/ATL thread syncronization
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
What functions/classes should I use for thread syncronization inside a module that is used in both ATL and MFC projects? -Alma-
Use the win32 API. CreateEvent(), CreateMutex() ... John
-
What functions/classes should I use for thread syncronization inside a module that is used in both ATL and MFC projects? -Alma-