Is MFC thread-safe? DialogBar with DLGTEMPL?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
1.) Is MFC thread-safe by itself? I played aruond with Joseph Newcomers (veryvery good) Queue-class and dicoverd, that it works fine without any syncs! So I used CLists directly in an MT-App and it works fine! 2.) Can I build a CDialogBAR from an in memory resource, a DLGTEMPLATE? I prefer memorybased Dialogs then .rc-based one for several reasons and I wanna do so with DialogBars, too. Is it possible? What do you think about DLGTEMPLATE-Dialogs at all, any pros or contras? mfg HintiFlo