// JP opened flex table

Click to See Complete Forum and Search --> : sample codes for Threading in NT?


Christopher Choi
July 16th, 1998, 10:43 PM
Hello There,


I am wondering whether there is sample codes for threading in MFC..

I would be helpful if someone point me to online resources ...


P.S. this is related to accessing video memory and currently code is written

so that video input is splashed(?) on screen using a single thread.


Problem is that I have processed the raw data from video buffer and want to overlay on top of the current frame...


I think that this processing of raw data is another thread separated from

the current( and continuos) video frame...


Is this correct ? I would appreaciate if someone can advise on this issue...


regards chris,

oscar ssentoogo
July 21st, 1998, 02:24 PM
There are samples.


If you have VC++ 5.0, check in Infoview under MFC/SAMPLES/Advanced/


There should be a couple of directories beginning with MT -> e.g. MTGDI and something else.


These are both multithreading examples.


One is a worker thread example, the other a UI Thread example.


Regards

Matt
July 25th, 1998, 06:37 AM
The online resources at IFTECH have some examples for threads, using some simple console apps. Try this URL:

http://devcentral.iftech.com/learning/tutorials/nt/

//JP added flex table