Click here to Skip to main content
15,916,431 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: File OPEN dialog box create problem.... Pin
CPallini15-Dec-08 5:34
mveCPallini15-Dec-08 5:34 
AnswerRe: File OPEN dialog box create problem.... Pin
PJ Arends15-Dec-08 8:42
professionalPJ Arends15-Dec-08 8:42 
GeneralRe: File OPEN dialog box create problem.... Pin
CPallini15-Dec-08 9:24
mveCPallini15-Dec-08 9:24 
Questionget the double clicked item in ListBox Pin
AnithaSubramani15-Dec-08 2:32
AnithaSubramani15-Dec-08 2:32 
AnswerRe: get the double clicked item in ListBox Pin
David Crow15-Dec-08 3:03
David Crow15-Dec-08 3:03 
QuestionRe: get the double clicked item in ListBox Pin
CPallini15-Dec-08 3:19
mveCPallini15-Dec-08 3:19 
AnswerRe: get the double clicked item in ListBox Pin
Jijo.Raj15-Dec-08 3:28
Jijo.Raj15-Dec-08 3:28 
QuestionHow to get current compiled file? Pin
George_George15-Dec-08 2:15
George_George15-Dec-08 2:15 
Hello everyone,

Since one of my .h file is included by multiple cpp files, and I want to track the compile process, so I want to have output during compiling phase each time when a cpp file which includes the .h file is compiled. And I also want to dump the compiled cpp file name.

For example, foo.cpp and goo.cpp includes common.h, when compiling foo.cpp, I want to output "foo.cpp is compiling" and when compiling goo.cpp, I want to output "goo.cpp is compiling".

I think I should use #pragma in common.h, but not an expert about this. Any ideas?

thanks in advance,
George
AnswerRe: How to get current compiled file? Pin
Jijo.Raj15-Dec-08 2:38
Jijo.Raj15-Dec-08 2:38 
GeneralRe: How to get current compiled file? Pin
George_George15-Dec-08 2:57
George_George15-Dec-08 2:57 
QuestionRe: How to get current compiled file? Pin
CPallini15-Dec-08 3:10
mveCPallini15-Dec-08 3:10 
AnswerRe: How to get current compiled file? Pin
George_George16-Dec-08 0:41
George_George16-Dec-08 0:41 
GeneralRe: How to get current compiled file? Pin
CPallini16-Dec-08 0:46
mveCPallini16-Dec-08 0:46 
GeneralRe: How to get current compiled file? Pin
George_George16-Dec-08 0:47
George_George16-Dec-08 0:47 
GeneralRe: How to get current compiled file? Pin
CPallini16-Dec-08 1:47
mveCPallini16-Dec-08 1:47 
GeneralRe: How to get current compiled file? Pin
George_George16-Dec-08 1:55
George_George16-Dec-08 1:55 
GeneralRe: How to get current compiled file? Pin
Jijo.Raj15-Dec-08 3:10
Jijo.Raj15-Dec-08 3:10 
GeneralRe: How to get current compiled file? Pin
George_George16-Dec-08 0:43
George_George16-Dec-08 0:43 
GeneralRe: How to get current compiled file? Pin
CPallini15-Dec-08 3:00
mveCPallini15-Dec-08 3:00 
GeneralRe: How to get current compiled file? Pin
Jijo.Raj15-Dec-08 3:06
Jijo.Raj15-Dec-08 3:06 
GeneralRe: How to get current compiled file? Pin
George_George16-Dec-08 0:46
George_George16-Dec-08 0:46 
GeneralRe: How to get current compiled file? Pin
George_George16-Dec-08 0:46
George_George16-Dec-08 0:46 
GeneralRe: How to get current compiled file? Pin
CPallini16-Dec-08 1:49
mveCPallini16-Dec-08 1:49 
GeneralRe: How to get current compiled file? Pin
George_George16-Dec-08 1:57
George_George16-Dec-08 1:57 
QuestionRe: How to get current compiled file? Pin
David Crow15-Dec-08 3:05
David Crow15-Dec-08 3:05 

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.