Click here to Skip to main content
15,890,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Working directory problem Pin
smbika12-Oct-04 1:55
smbika12-Oct-04 1:55 
GeneralRe: Working directory problem Pin
BlackDice12-Oct-04 4:00
BlackDice12-Oct-04 4:00 
GeneralRe: Working directory problem Pin
smbika12-Oct-04 5:49
smbika12-Oct-04 5:49 
GeneralRichEditCtrl: How to use StreamIn and StreamOut RTF with bitmap info Pin
jackion3111-Oct-04 15:50
jackion3111-Oct-04 15:50 
GeneralRe: RichEditCtrl: How to use StreamIn and StreamOut RTF with bitmap info Pin
Jim Crafton12-Oct-04 5:22
Jim Crafton12-Oct-04 5:22 
GeneralPan/Tilt control guidline needed Pin
baboguru11-Oct-04 15:13
baboguru11-Oct-04 15:13 
Generalinput flow control Pin
Makutu11-Oct-04 14:54
Makutu11-Oct-04 14:54 
GeneralReal time monitoring Pin
jooo11-Oct-04 14:50
jooo11-Oct-04 14:50 
Hello, all

My project is dealing with DVB-T TV reception based on a piece of hardware. Basically, I am developing a dialog style console (VC++) to control all the signals, MPEG2 data stream etc. As to the functionalities, simply saying, it includes functions like play(), record(), monitoring().Now i want the monitoring() to be running all the time, updating and displaying parameters from hardware for examing purpose. And at the same time, i need to run play() and record(), but they are not accessing the same data. Just for a trial, i use an infinite loop to implement monitoring(), resulting the program hang and with no effect when i try to run play() or record() any more then terminated unexpected. So i just recall the concept of threads,but due to the limited knowledge on them, i even have no idea in this scenario, should i make all the function play(), record() and monitoring() as threads or just make monitoring() as a thread? And how to make it?

Greatly appreciate your help! Thx in advance.

GeneralCListCtrl, OnBegintrack Pin
Vancouver11-Oct-04 14:06
Vancouver11-Oct-04 14:06 
GeneralRe: CListCtrl, OnBegintrack Pin
alex.barylski11-Oct-04 17:54
alex.barylski11-Oct-04 17:54 
GeneralRe: CListCtrl, OnBegintrack Pin
Vancouver11-Oct-04 18:43
Vancouver11-Oct-04 18:43 
GeneralRe: CListCtrl, OnBegintrack Pin
Adi Narayana11-Oct-04 23:48
Adi Narayana11-Oct-04 23:48 
GeneralRe: CListCtrl, OnBegintrack Pin
Vancouver11-Oct-04 19:35
Vancouver11-Oct-04 19:35 
GeneralRe: CListCtrl, OnBegintrack Pin
Blake Miller15-Dec-04 10:09
Blake Miller15-Dec-04 10:09 
GeneralOnBegintrack, OnEndtrack Pin
Vancouver15-Dec-04 12:02
Vancouver15-Dec-04 12:02 
GeneralRe: OnBegintrack, OnEndtrack Pin
Blake Miller16-Dec-04 3:48
Blake Miller16-Dec-04 3:48 
Generalvector question... Pin
RobJones11-Oct-04 13:49
RobJones11-Oct-04 13:49 
GeneralRe: vector question... Pin
Bob Stanneveld11-Oct-04 23:44
Bob Stanneveld11-Oct-04 23:44 
GeneralRe: vector question... Pin
Jim Crafton12-Oct-04 5:25
Jim Crafton12-Oct-04 5:25 
GeneralCan't update a textbox Pin
V5Dave11-Oct-04 13:28
V5Dave11-Oct-04 13:28 
GeneralRe: Can't update a textbox Pin
RobJones11-Oct-04 13:54
RobJones11-Oct-04 13:54 
GeneralStill Can't update a textbox Pin
V5Dave11-Oct-04 14:30
V5Dave11-Oct-04 14:30 
GeneralRe: Still Can't update a textbox Pin
RobJones11-Oct-04 17:39
RobJones11-Oct-04 17:39 
GeneralRe: Still Can't update a textbox Pin
RobJones11-Oct-04 17:50
RobJones11-Oct-04 17:50 
GeneralRe: Still Can't update a textbox Pin
V5Dave11-Oct-04 18:12
V5Dave11-Oct-04 18:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.