Click here to Skip to main content
15,886,873 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Application launched by another program, how to debug? Pin
Randor 7-Mar-18 5:36
professional Randor 7-Mar-18 5:36 
AnswerRe: Application launched by another program, how to debug? Pin
Richard MacCutchan6-Mar-18 22:39
mveRichard MacCutchan6-Mar-18 22:39 
GeneralRe: Application launched by another program, how to debug? Pin
charlieg7-Mar-18 4:15
charlieg7-Mar-18 4:15 
GeneralRe: Application launched by another program, how to debug? Pin
Richard MacCutchan7-Mar-18 4:35
mveRichard MacCutchan7-Mar-18 4:35 
QuestionImplication of assign a value at function entry Pin
ForNow6-Mar-18 8:13
ForNow6-Mar-18 8:13 
QuestionRe: Implication of assign a value at function entry Pin
Richard MacCutchan6-Mar-18 9:09
mveRichard MacCutchan6-Mar-18 9:09 
AnswerRe: Implication of assign a value at function entry Pin
ForNow6-Mar-18 9:25
ForNow6-Mar-18 9:25 
GeneralRe: Implication of assign a value at function entry Pin
Richard MacCutchan6-Mar-18 9:29
mveRichard MacCutchan6-Mar-18 9:29 
No, you should first find out where it is being overwritten and why. This error tells you that you have a bug in your code, so rather than try to hide it, you need to fix it. But without seeing more of your code it is difficult to guess what might be the cause.
GeneralRe: Implication of assign a value at function entry Pin
ForNow6-Mar-18 9:34
ForNow6-Mar-18 9:34 
GeneralRe: Implication of assign a value at function entry Pin
Richard MacCutchan6-Mar-18 9:37
mveRichard MacCutchan6-Mar-18 9:37 
GeneralRe: Implication of assign a value at function entry Pin
ForNow6-Mar-18 9:39
ForNow6-Mar-18 9:39 
QuestionRe: Implication of assign a value at function entry Pin
jeron16-Mar-18 9:50
jeron16-Mar-18 9:50 
AnswerRe: Implication of assign a value at function entry Pin
ForNow6-Mar-18 10:10
ForNow6-Mar-18 10:10 
GeneralRe: Implication of assign a value at function entry Pin
jeron16-Mar-18 10:35
jeron16-Mar-18 10:35 
GeneralRe: Implication of assign a value at function entry Pin
Richard MacCutchan6-Mar-18 10:47
mveRichard MacCutchan6-Mar-18 10:47 
GeneralRe: Implication of assign a value at function entry Pin
ForNow6-Mar-18 11:07
ForNow6-Mar-18 11:07 
GeneralRe: Implication of assign a value at function entry Pin
ForNow7-Mar-18 4:57
ForNow7-Mar-18 4:57 
GeneralRe: Implication of assign a value at function entry Pin
Richard MacCutchan7-Mar-18 5:02
mveRichard MacCutchan7-Mar-18 5:02 
AnswerRe: Implication of assign a value at function entry Pin
charlieg6-Mar-18 13:38
charlieg6-Mar-18 13:38 
PraiseRe: Implication of assign a value at function entry Pin
CPallini6-Mar-18 21:39
mveCPallini6-Mar-18 21:39 
Questionproblem with dynamic constructors, (cannot convert string literal to (char *) ). Pin
Tarun Jha6-Mar-18 2:31
Tarun Jha6-Mar-18 2:31 
AnswerRe: problem with dynamic constructors, (cannot convert string literal to (char *) ). Pin
Richard MacCutchan6-Mar-18 2:49
mveRichard MacCutchan6-Mar-18 2:49 
GeneralRe: problem with dynamic constructors, (cannot convert string literal to (char *) ). Pin
Tarun Jha6-Mar-18 3:38
Tarun Jha6-Mar-18 3:38 
AnswerRe: problem with dynamic constructors, (cannot convert string literal to (char *) ). Pin
Jochen Arndt6-Mar-18 2:58
professionalJochen Arndt6-Mar-18 2:58 
GeneralRe: problem with dynamic constructors, (cannot convert string literal to (char *) ). Pin
Tarun Jha6-Mar-18 3:34
Tarun Jha6-Mar-18 3:34 

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.