Click here to Skip to main content
15,906,624 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAbout CListCtrl Pin
7-Nov-01 15:18
suss7-Nov-01 15:18 
GeneralRe: About CListCtrl Pin
Mukkie8-Nov-01 8:09
Mukkie8-Nov-01 8:09 
GeneralCTreeCtrl with checkboxes Pin
Crercio O. Silva7-Nov-01 14:55
Crercio O. Silva7-Nov-01 14:55 
GeneralRe: CTreeCtrl with checkboxes Pin
Tomasz Sowinski8-Nov-01 0:12
Tomasz Sowinski8-Nov-01 0:12 
Generaldynamic memory allocate 2 dimensional arrays using 2 pointers Pin
Shannon Mesquite7-Nov-01 14:18
Shannon Mesquite7-Nov-01 14:18 
GeneralRe: dynamic memory allocate 2 dimensional arrays using 2 pointers Pin
8-Nov-01 3:23
suss8-Nov-01 3:23 
GeneralCreateProcess Pin
7-Nov-01 12:27
suss7-Nov-01 12:27 
GeneralRe: CreateProcess Pin
Masaaki Onishi7-Nov-01 15:59
Masaaki Onishi7-Nov-01 15:59 
Hello, the codegurus around the world.;)

I have the same problem to debug some project.
In this case, I wrote the following.

#ifndef _DEBUG
      WaitForSingleObject (...);
#endif


This approach will not solve the basic problem, but
we can debug the different EXE created by CreateProcess.

So, in the debug mode, we can teminate the main exe process by debug menu,
otherwise, we will get some messy situation since we never call WaitForSingleObject. Roll eyes | :rolleyes:

Have a nice day!

-Masaaki Onishi-


GeneralPassword Edit & XP Pin
7-Nov-01 12:17
suss7-Nov-01 12:17 
GeneralRe: Password Edit & XP Pin
Masaaki Onishi7-Nov-01 16:08
Masaaki Onishi7-Nov-01 16:08 
GeneralEntering a password in the Command Prompt Pin
Alvaro Mendez7-Nov-01 11:50
Alvaro Mendez7-Nov-01 11:50 
GeneralRe: Entering a password in the Command Prompt Pin
Chris Losinger7-Nov-01 12:02
professionalChris Losinger7-Nov-01 12:02 
GeneralRe: Entering a password in the Command Prompt Pin
Alvaro Mendez7-Nov-01 12:17
Alvaro Mendez7-Nov-01 12:17 
GeneralRe: Entering a password in the Command Prompt Pin
Nish Nishant7-Nov-01 13:57
sitebuilderNish Nishant7-Nov-01 13:57 
GeneralRe: Entering a password in the Command Prompt Pin
Michael P Butler7-Nov-01 22:01
Michael P Butler7-Nov-01 22:01 
GeneralRe: Entering a password in the Command Prompt Pin
Nish Nishant7-Nov-01 22:23
sitebuilderNish Nishant7-Nov-01 22:23 
GeneralRe: Entering a password in the Command Prompt Pin
Alvaro Mendez8-Nov-01 5:28
Alvaro Mendez8-Nov-01 5:28 
GeneralRe: Entering a password in the Command Prompt Pin
Alvaro Mendez8-Nov-01 6:16
Alvaro Mendez8-Nov-01 6:16 
GeneralRe: Entering a password in the Command Prompt Pin
Joaquín M López Muñoz7-Nov-01 12:20
Joaquín M López Muñoz7-Nov-01 12:20 
QuestionLoops and MFC? Pin
7-Nov-01 11:16
suss7-Nov-01 11:16 
AnswerRe: Loops and MFC? Pin
Stan Shannon7-Nov-01 11:24
Stan Shannon7-Nov-01 11:24 
GeneralRe: Loops and MFC? Pin
7-Nov-01 11:31
suss7-Nov-01 11:31 
GeneralRe: Loops and MFC? Pin
7-Nov-01 11:38
suss7-Nov-01 11:38 
GeneralRe: Loops and MFC? Pin
Alvaro Mendez7-Nov-01 11:59
Alvaro Mendez7-Nov-01 11:59 
GeneralRe: Loops and MFC? Pin
7-Nov-01 14:30
suss7-Nov-01 14:30 

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.