Click here to Skip to main content
16,014,294 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CArchive & Nested Objects Pin
Weiye Chen16-Jun-04 3:04
Weiye Chen16-Jun-04 3:04 
GeneralRe: CArchive & Nested Objects Pin
Anonymous16-Jun-04 4:08
Anonymous16-Jun-04 4:08 
QuestionCan I protect my process from the task manager's kill signal? Pin
kelkava15-Jun-04 23:25
kelkava15-Jun-04 23:25 
AnswerRe: Can I protect my process from the task manager's kill signal? Pin
toxcct15-Jun-04 23:52
toxcct15-Jun-04 23:52 
AnswerRe: Can I protect my process from the task manager's kill signal? Pin
gamitech16-Jun-04 0:04
gamitech16-Jun-04 0:04 
GeneralRe: Can I protect my process from the task manager's kill signal? Pin
toxcct16-Jun-04 0:12
toxcct16-Jun-04 0:12 
AnswerRe: Can I protect my process from the task manager's kill signal? Pin
David Crow16-Jun-04 3:19
David Crow16-Jun-04 3:19 
GeneralDebugging the spawned process. Pin
Anthony_Yio15-Jun-04 23:15
Anthony_Yio15-Jun-04 23:15 
Hello,

I have two program call it A.EXE and B.EXE . B.EXE will actually invoke the A.EXE through CreateProcess API and establish some piping. If you familiar with wsinetd - Windows Simple inetd daemon or inetd. That is exactly what B.exe does. B.EXE listen to a port number and spawn process based on port number it accept from client which in this case the process been spawned is A.EXE. The communication between A.EXE and B.EXE is through piping. I can get the thing up but the problem now is I need to debug A.EXE in the IDE (meaning I can set break point and etc) cause basically there is where the logics lie.

I have generated the debug info for A.EXE and B.EXE and it is denifitely in debug mode. The compiler setting is /MTd /W3 /DWIN32 /ZI /Od. The PDB file for A.EXE and B.EXE are created and stored in the same directory as A.EXE and B.EXE. I have step into B.EXE no problem but I could not step into the spawned process A.EXE. Any remedies. I have thought of using remote debugging but no luck. Any debugging gurus out there that could shed me light?

thank you.





Sonork 100.41263:Anthony_Yio

GeneralRe: Debugging the spawned process. Pin
valikac16-Jun-04 3:29
valikac16-Jun-04 3:29 
GeneralRe: Debugging the spawned process. Pin
Blake Miller16-Jun-04 13:48
Blake Miller16-Jun-04 13:48 
GeneralRe: Debugging the spawned process. Pin
Anthony_Yio16-Jun-04 18:38
Anthony_Yio16-Jun-04 18:38 
GeneralString conversion Pin
Cedric Moonen15-Jun-04 23:13
Cedric Moonen15-Jun-04 23:13 
GeneralRe: String conversion Pin
Anthony_Yio15-Jun-04 23:37
Anthony_Yio15-Jun-04 23:37 
GeneralRe: String conversion Pin
Cedric Moonen15-Jun-04 23:49
Cedric Moonen15-Jun-04 23:49 
GeneralRe: String conversion Pin
Rodrigo Pinto Pereira de Souza16-Jun-04 7:11
Rodrigo Pinto Pereira de Souza16-Jun-04 7:11 
GeneralCEdit.SetWindowText(...); Pin
V.15-Jun-04 22:36
professionalV.15-Jun-04 22:36 
GeneralRe: CEdit.SetWindowText(...); Pin
Dominik Reichl15-Jun-04 22:49
Dominik Reichl15-Jun-04 22:49 
GeneralRe: CEdit.SetWindowText(...); Pin
V.15-Jun-04 22:57
professionalV.15-Jun-04 22:57 
GeneralRe: CEdit.SetWindowText(...); Pin
Weiye Chen15-Jun-04 23:45
Weiye Chen15-Jun-04 23:45 
GeneralRe: CEdit.SetWindowText(...); Pin
V.15-Jun-04 23:52
professionalV.15-Jun-04 23:52 
GeneralRe: CEdit.SetWindowText(...); Pin
Dominik Reichl15-Jun-04 23:57
Dominik Reichl15-Jun-04 23:57 
GeneralRe: CEdit.SetWindowText(...); Pin
V.16-Jun-04 1:55
professionalV.16-Jun-04 1:55 
QuestionHow do I load a dll from within a dll. Pin
Member 114349815-Jun-04 22:16
Member 114349815-Jun-04 22:16 
AnswerRe: How do I load a dll from within a dll. Pin
Blake Miller16-Jun-04 13:50
Blake Miller16-Jun-04 13:50 
GeneralRe: How do I load a dll from within a dll. Pin
Member 114349817-Jun-04 21:41
Member 114349817-Jun-04 21:41 

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.