Multi-threaded graphics in MFC
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Can anyone suggest a good sample app that demonstrates multi-threaded graphics using VC++ and MFC? Trying to get a seperate thread working to handle dialog graphics animation. Thanks
find the "MTGDI" sample in the MSDN. it's the classic multi-threading sample: each thread controls a bouncing ball. -c
Chris Losinger
Smaller Animals Software -
find the "MTGDI" sample in the MSDN. it's the classic multi-threading sample: each thread controls a bouncing ball. -c
Chris Losinger
Smaller Animals Software