Click here to Skip to main content
15,896,063 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCreating threads Pin
tom groezer25-Jun-07 8:56
tom groezer25-Jun-07 8:56 
AnswerRe: Creating threads Pin
led mike25-Jun-07 9:32
led mike25-Jun-07 9:32 
QuestionWhile debugging linker can't open *.exe file because it still is in use Pin
knapak25-Jun-07 8:35
knapak25-Jun-07 8:35 
QuestionShortcut key? Pin
dSolariuM25-Jun-07 6:43
dSolariuM25-Jun-07 6:43 
AnswerRe: Shortcut key? Pin
Cyrilix25-Jun-07 7:05
Cyrilix25-Jun-07 7:05 
AnswerRe: Shortcut key? Pin
James R. Twine25-Jun-07 8:44
James R. Twine25-Jun-07 8:44 
QuestionDebug Problem Pin
VC_RYK25-Jun-07 4:22
VC_RYK25-Jun-07 4:22 
AnswerRe: Debug Problem Pin
Cedric Moonen25-Jun-07 4:40
Cedric Moonen25-Jun-07 4:40 
And what did you put in the function ? If it is empty, it will exit immediately and your thread will be terminated.
Did you put a breakpoint inside to check if you are going there ?
Beware also that dwThrdParam is a local variable to your function and you pass a pointer to this variable to your thread function. If the function from which you started the thread exits before the thread function gets called, the pointer will point to an invalid location.


Cédric Moonen
Software developer

Charting control [v1.2]

GeneralRe: Debug Problem Pin
VC_RYK25-Jun-07 4:46
VC_RYK25-Jun-07 4:46 
AnswerRe: Debug Problem Pin
led mike25-Jun-07 4:41
led mike25-Jun-07 4:41 
GeneralRe: Debug Problem Pin
VC_RYK25-Jun-07 4:46
VC_RYK25-Jun-07 4:46 
GeneralRe: Debug Problem Pin
led mike25-Jun-07 4:59
led mike25-Jun-07 4:59 
AnswerRe: Debug Problem Pin
Cyrilix25-Jun-07 4:45
Cyrilix25-Jun-07 4:45 
Questiongenetic algorithm or particle swarm algorithm with VC++ or Malab Pin
gentleguy25-Jun-07 3:41
gentleguy25-Jun-07 3:41 
Questionis it possible to set a menu to CWnd etc? Pin
includeh1025-Jun-07 2:32
includeh1025-Jun-07 2:32 
AnswerRe: is it possible to set a menu to CWnd etc? [modified] Pin
Rajkumar R25-Jun-07 2:44
Rajkumar R25-Jun-07 2:44 
QuestionReportEvent Pin
Yashusid25-Jun-07 1:02
Yashusid25-Jun-07 1:02 
AnswerRe: ReportEvent Pin
Rajkumar R25-Jun-07 2:16
Rajkumar R25-Jun-07 2:16 
GeneralRe: ReportEvent Pin
Yashusid25-Jun-07 2:49
Yashusid25-Jun-07 2:49 
AnswerRe: ReportEvent [modified] Pin
Rajkumar R25-Jun-07 3:16
Rajkumar R25-Jun-07 3:16 
QuestionImplemeting C++ code into a C project Pin
ForNow25-Jun-07 0:56
ForNow25-Jun-07 0:56 
AnswerRe: Implemeting C++ code into a C project Pin
Rajkumar R25-Jun-07 1:28
Rajkumar R25-Jun-07 1:28 
GeneralRe: Implemeting C++ code into a C project Pin
ForNow25-Jun-07 12:15
ForNow25-Jun-07 12:15 
AnswerRe: Implemeting C++ code into a C project Pin
Zeolite25-Jun-07 1:41
Zeolite25-Jun-07 1:41 
GeneralRe: Implemeting C++ code into a C project Pin
ForNow25-Jun-07 12:04
ForNow25-Jun-07 12:04 

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.