Click here to Skip to main content
15,916,180 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Searching and displaying specific information Pin
gregarion17-Jan-10 17:57
gregarion17-Jan-10 17:57 
AnswerRe: Searching and displaying specific information Pin
Moak17-Jan-10 6:19
Moak17-Jan-10 6:19 
QuestionMy C++ app forks itself! (win32/64) Pin
Måns Thörnqvist16-Jan-10 21:23
Måns Thörnqvist16-Jan-10 21:23 
AnswerRe: My C++ app forks itself! (win32/64) Pin
CPallini16-Jan-10 22:08
mveCPallini16-Jan-10 22:08 
GeneralRe: My C++ app forks itself! (win32/64) Pin
Måns Thörnqvist16-Jan-10 22:36
Måns Thörnqvist16-Jan-10 22:36 
GeneralRe: My C++ app forks itself! (win32/64) Pin
CPallini16-Jan-10 23:23
mveCPallini16-Jan-10 23:23 
GeneralRe: My C++ app forks itself! (win32/64) Pin
Måns Thörnqvist17-Jan-10 0:23
Måns Thörnqvist17-Jan-10 0:23 
GeneralRe: My C++ app forks itself! (win32/64) Pin
Bram van Kampen17-Jan-10 5:54
Bram van Kampen17-Jan-10 5:54 
Well,
I've had similar problems with the scheduler in the past, and made up my mind a long time ago to never use it again.
I would definitely use a continuously running Dlg based Win App. (there are ways to run these as if they were a Service) Normally, the Dialog would not show, but is would be available to provide an error message on hardware failure. You could do your measurements by using events, and WaitForSingleObject. If that times out, you know you had a hardware failure, and you can react accordingly.

Hope this is helpfull.

Regards, Smile | :)

Bram van Kampen

AnswerRe: My C++ app forks itself! (win32/64) Pin
Moak17-Jan-10 2:54
Moak17-Jan-10 2:54 
Questionequivalent of atoi and itoa functions in SDK Pin
samira forooghi16-Jan-10 20:41
samira forooghi16-Jan-10 20:41 
AnswerRe: equivalent of atoi and itoa functions in SDK Pin
Richard MacCutchan16-Jan-10 21:47
mveRichard MacCutchan16-Jan-10 21:47 
GeneralRe: equivalent of atoi and itoa functions in SDK Pin
samira forooghi16-Jan-10 22:50
samira forooghi16-Jan-10 22:50 
GeneralRe: equivalent of atoi and itoa functions in SDK Pin
enhzflep17-Jan-10 11:33
enhzflep17-Jan-10 11:33 
GeneralRe: equivalent of atoi and itoa functions in SDK [modified] Pin
samira forooghi18-Jan-10 0:17
samira forooghi18-Jan-10 0:17 
GeneralRe: equivalent of atoi and itoa functions in SDK Pin
Stuart Dootson18-Jan-10 0:37
professionalStuart Dootson18-Jan-10 0:37 
GeneralRe: equivalent of atoi and itoa functions in SDK Pin
samira forooghi18-Jan-10 0:53
samira forooghi18-Jan-10 0:53 
QuestionSending class object on serial port (communication port) Pin
AnayKulkarni16-Jan-10 20:10
AnayKulkarni16-Jan-10 20:10 
AnswerRe: Sending class object on serial port (communication port) Pin
Richard MacCutchan16-Jan-10 21:49
mveRichard MacCutchan16-Jan-10 21:49 
AnswerRe: Sending class object on serial port (communication port) Pin
Cedric Moonen16-Jan-10 21:56
Cedric Moonen16-Jan-10 21:56 
AnswerRe: Sending class object on serial port (communication port) Pin
CPallini16-Jan-10 22:19
mveCPallini16-Jan-10 22:19 
QuestionInitCommonControlsEx problem Pin
AnayKulkarni16-Jan-10 19:43
AnayKulkarni16-Jan-10 19:43 
AnswerRe: InitCommonControlsEx problem Pin
JudyL_MD17-Jan-10 3:23
JudyL_MD17-Jan-10 3:23 
QuestionModeling the human heart (EKG) Pin
user_void16-Jan-10 16:18
user_void16-Jan-10 16:18 
AnswerRe: Modeling the human heart (EKG) Pin
Tim Craig16-Jan-10 21:02
Tim Craig16-Jan-10 21:02 
GeneralRe: Modeling the human heart (EKG) Pin
user_void17-Jan-10 5:55
user_void17-Jan-10 5:55 

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.