Click here to Skip to main content
15,928,109 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
I suppose that what is happening here is that you should be using a multi threaded application to do that... if your main thread gets blocked because you are processing the compilation... then the program won't answer to anything until it has finished...

You should read about a "worker thread" and the synchronization objects that are available.

Hope this helps...

PS: Are you sure that you have made a compiler?
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 
GeneralRe: Spy++ unable to find dialog controls Pin
Wes Aday24-Jan-08 6:40
professionalWes Aday24-Jan-08 6:40 
GeneralHandle C++ exception and structured exception together Pin
George_George24-Jan-08 1:40
George_George24-Jan-08 1:40 
GeneralRe: Handle C++ exception and structured exception together Pin
jhwurmbach24-Jan-08 4:53
jhwurmbach24-Jan-08 4:53 
GeneralRe: Handle C++ exception and structured exception together Pin
George_George24-Jan-08 15:17
George_George24-Jan-08 15:17 

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.