Click here to Skip to main content
15,908,661 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerWOW Pin
CPallini24-Jan-08 4:49
mveCPallini24-Jan-08 4:49 
GeneralRe: WOW Pin
led mike24-Jan-08 4:54
led mike24-Jan-08 4:54 
GeneralRe: WOW Pin
jhwurmbach24-Jan-08 5:00
jhwurmbach24-Jan-08 5:00 
GeneralRe: WOW Pin
CPallini24-Jan-08 5:04
mveCPallini24-Jan-08 5:04 
GeneralRe: WOW Pin
Mark Salsbery24-Jan-08 6:53
Mark Salsbery24-Jan-08 6:53 
GeneralRe: WOW Pin
Rajesh R Subramanian24-Jan-08 20:05
professionalRajesh R Subramanian24-Jan-08 20:05 
AnswerRe: How can i stop the process. Pin
David Crow24-Jan-08 5:27
David Crow24-Jan-08 5:27 
AnswerRe: How can i stop the process. Pin
Maximilien24-Jan-08 5:50
Maximilien24-Jan-08 5:50 
Sanjeeva Kumar K wrote:
(i don't know while clicking this button whether my application is in compilation or execution phase


weird ...

You should know, because you start your "execution" after the compilation is done.

When the compilation is running, set a flag, when it's finish set another flag, when the execution start, set another flag.

so, when you click on your "termination/killing" button, you just have to check the flag to know if you need to stop the compilation or
kill the process.

Maximilien Lincourt
Your Head A Splode - Strong Bad

AnswerRe: How can i stop the process. Pin
Joan M24-Jan-08 8:29
professionalJoan M24-Jan-08 8:29 
GeneralRe: How can i stop the process. Pin
Sanjay K24-Jan-08 17:26
Sanjay K24-Jan-08 17:26 
GeneralRe: How can i stop the process. Pin
Rajesh R Subramanian24-Jan-08 20:08
professionalRajesh R Subramanian24-Jan-08 20:08 
GeneralRe: How can i stop the process. Pin
Joan M24-Jan-08 21:01
professionalJoan M24-Jan-08 21:01 
GeneralRe: How can i stop the process. Pin
Maxwell Chen24-Jan-08 18:20
Maxwell Chen24-Jan-08 18:20 
GeneralRe: How can i stop the process. Pin
Sanjay K24-Jan-08 20:10
Sanjay K24-Jan-08 20:10 
GeneralRe: How can i stop the process. Pin
Maxwell Chen24-Jan-08 21:06
Maxwell Chen24-Jan-08 21:06 
GeneralSpy++ unable to find dialog controls Pin
Dave Calkins24-Jan-08 3:51
Dave Calkins24-Jan-08 3:51 
QuestionRe: Spy++ unable to find dialog controls Pin
CPallini24-Jan-08 4:09
mveCPallini24-Jan-08 4:09 
GeneralRe: Spy++ unable to find dialog controls Pin
Dave Calkins24-Jan-08 5:18
Dave Calkins24-Jan-08 5:18 
GeneralRe: Spy++ unable to find dialog controls Pin
David Crow24-Jan-08 4:10
David Crow24-Jan-08 4:10 
GeneralRe: Spy++ unable to find dialog controls Pin
led mike24-Jan-08 4:12
led mike24-Jan-08 4:12 
GeneralRe: Spy++ unable to find dialog controls Pin
Dave Calkins24-Jan-08 5:22
Dave Calkins24-Jan-08 5:22 
GeneralRe: Spy++ unable to find dialog controls Pin
led mike24-Jan-08 5:32
led mike24-Jan-08 5:32 
GeneralRe: Spy++ unable to find dialog controls Pin
Dave Calkins24-Jan-08 6:19
Dave Calkins24-Jan-08 6:19 
GeneralRe: Spy++ unable to find dialog controls Pin
Wes Aday24-Jan-08 6:26
professionalWes Aday24-Jan-08 6:26 
GeneralRe: Spy++ unable to find dialog controls Pin
Dave Calkins24-Jan-08 6:31
Dave Calkins24-Jan-08 6:31 

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.