Click here to Skip to main content
15,917,618 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Internationalization of S/w Pin
Hamid_RT14-Feb-07 20:51
Hamid_RT14-Feb-07 20:51 
QuestionDebug without other threads stopped! Pin
reza matinnejad14-Feb-07 19:51
reza matinnejad14-Feb-07 19:51 
AnswerRe: Debug without other threads stopped! Pin
Michael Dunn14-Feb-07 20:15
sitebuilderMichael Dunn14-Feb-07 20:15 
GeneralRe: Debug without other threads stopped! Pin
reza matinnejad14-Feb-07 22:43
reza matinnejad14-Feb-07 22:43 
AnswerRe: Debug without other threads stopped! Pin
reza matinnejad14-Feb-07 20:34
reza matinnejad14-Feb-07 20:34 
GeneralRe: Debug without other threads stopped! Pin
Waldermort14-Feb-07 22:52
Waldermort14-Feb-07 22:52 
GeneralRe: Debug without other threads stopped! Pin
reza matinnejad14-Feb-07 22:57
reza matinnejad14-Feb-07 22:57 
GeneralRe: Debug without other threads stopped! Pin
Waldermort14-Feb-07 23:12
Waldermort14-Feb-07 23:12 
Like I suggested in my last post, use processes not threads.

Create a process which loads your dll and does all the hardware monitoring. Create another process which handles events. When something happens with the hardware, use "inter process communication" to notify your other process.
QuestionSeekg problem in text file? [modified] Pin
Vishvanathan14-Feb-07 19:33
Vishvanathan14-Feb-07 19:33 
AnswerRe: Seekg problem in text file? Pin
kakan14-Feb-07 23:48
professionalkakan14-Feb-07 23:48 
GeneralRe: Seekg problem in text file? Pin
Vishvanathan15-Feb-07 0:09
Vishvanathan15-Feb-07 0:09 
GeneralRe: Seekg problem in text file? Pin
kakan15-Feb-07 0:17
professionalkakan15-Feb-07 0:17 
GeneralRe: Seekg problem in text file? Pin
Vishvanathan15-Feb-07 0:34
Vishvanathan15-Feb-07 0:34 
GeneralRe: Seekg problem in text file? Pin
Vishvanathan21-Feb-07 23:35
Vishvanathan21-Feb-07 23:35 
AnswerRe: Seekg problem in text file? Pin
krmed15-Feb-07 0:41
krmed15-Feb-07 0:41 
GeneralRe: Seekg problem in text file? Pin
Vishvanathan21-Feb-07 23:38
Vishvanathan21-Feb-07 23:38 
QuestionFile manage problem. Pin
david bagaturia14-Feb-07 19:31
david bagaturia14-Feb-07 19:31 
AnswerRe: File manage problem. Pin
Don Box14-Feb-07 19:35
Don Box14-Feb-07 19:35 
AnswerRe: File manage problem. Pin
Nibu babu thomas14-Feb-07 20:05
Nibu babu thomas14-Feb-07 20:05 
AnswerRe: File manage problem. Pin
Michael Dunn14-Feb-07 20:17
sitebuilderMichael Dunn14-Feb-07 20:17 
GeneralRe: File manage problem. Pin
david bagaturia14-Feb-07 20:31
david bagaturia14-Feb-07 20:31 
QuestionRe: File manage problem. Pin
Nibu babu thomas14-Feb-07 21:21
Nibu babu thomas14-Feb-07 21:21 
AnswerRe: File manage problem. Pin
david bagaturia14-Feb-07 21:51
david bagaturia14-Feb-07 21:51 
QuestionAppending & inseting Text in RichEdit Pin
Swapnil G14-Feb-07 18:52
Swapnil G14-Feb-07 18:52 
AnswerRe: Appending & inseting Text in RichEdit Pin
Hamid_RT14-Feb-07 20:57
Hamid_RT14-Feb-07 20:57 

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.