Click here to Skip to main content
15,792,539 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to release IDispatch memory. Pin
Randor 7-Mar-18 6:38
professional Randor 7-Mar-18 6:38 
Questionserializing an std::chrono::duration object with Boost Pin
Alexander Kindel7-Mar-18 3:12
Alexander Kindel7-Mar-18 3:12 
AnswerRe: serializing an std::chrono::duration object with Boost Pin
Alexander Kindel7-Mar-18 4:53
Alexander Kindel7-Mar-18 4:53 
GeneralRe: serializing an std::chrono::duration object with Boost Pin
Victor Nijegorodov7-Mar-18 5:31
Victor Nijegorodov7-Mar-18 5:31 
GeneralRe: serializing an std::chrono::duration object with Boost Pin
Alexander Kindel7-Mar-18 5:53
Alexander Kindel7-Mar-18 5:53 
GeneralRe: serializing an std::chrono::duration object with Boost Pin
Alexander Kindel7-Mar-18 5:36
Alexander Kindel7-Mar-18 5:36 
QuestionApplication launched by another program, how to debug? Pin
charlieg6-Mar-18 11:56
charlieg6-Mar-18 11:56 
AnswerRe: Application launched by another program, how to debug? Pin
Randor 6-Mar-18 16:29
professional Randor 6-Mar-18 16:29 
Hi,

You are probably looking for the 'Image File Execution' registry key:

HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options

If you want to avoid manually editing registry keys... you can download GFlags[^] to enable automatic debugger attachment. All it really does is set those registry keys for you.

Best Wishes,
-David Delaune
GeneralRe: Application launched by another program, how to debug? Pin
charlieg6-Mar-18 16:49
charlieg6-Mar-18 16:49 
GeneralRe: Application launched by another program, how to debug? Pin
Randor 6-Mar-18 18:20
professional Randor 6-Mar-18 18:20 
GeneralRe: Application launched by another program, how to debug? Pin
charlieg7-Mar-18 5:13
charlieg7-Mar-18 5:13 
AnswerRe: Application launched by another program, how to debug? Pin
Randor 7-Mar-18 6:36
professional Randor 7-Mar-18 6:36 
AnswerRe: Application launched by another program, how to debug? Pin
Richard MacCutchan6-Mar-18 23:39
mveRichard MacCutchan6-Mar-18 23:39 
GeneralRe: Application launched by another program, how to debug? Pin
charlieg7-Mar-18 5:15
charlieg7-Mar-18 5:15 
GeneralRe: Application launched by another program, how to debug? Pin
Richard MacCutchan7-Mar-18 5:35
mveRichard MacCutchan7-Mar-18 5:35 
QuestionImplication of assign a value at function entry Pin
ForNow6-Mar-18 9:13
ForNow6-Mar-18 9:13 
QuestionRe: Implication of assign a value at function entry Pin
Richard MacCutchan6-Mar-18 10:09
mveRichard MacCutchan6-Mar-18 10:09 
AnswerRe: Implication of assign a value at function entry Pin
ForNow6-Mar-18 10:25
ForNow6-Mar-18 10:25 
GeneralRe: Implication of assign a value at function entry Pin
Richard MacCutchan6-Mar-18 10:29
mveRichard MacCutchan6-Mar-18 10:29 
GeneralRe: Implication of assign a value at function entry Pin
ForNow6-Mar-18 10:34
ForNow6-Mar-18 10:34 
GeneralRe: Implication of assign a value at function entry Pin
Richard MacCutchan6-Mar-18 10:37
mveRichard MacCutchan6-Mar-18 10:37 
GeneralRe: Implication of assign a value at function entry Pin
ForNow6-Mar-18 10:39
ForNow6-Mar-18 10:39 
QuestionRe: Implication of assign a value at function entry Pin
jeron16-Mar-18 10:50
jeron16-Mar-18 10:50 
AnswerRe: Implication of assign a value at function entry Pin
ForNow6-Mar-18 11:10
ForNow6-Mar-18 11:10 
GeneralRe: Implication of assign a value at function entry Pin
jeron16-Mar-18 11:35
jeron16-Mar-18 11:35 

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.