Click here to Skip to main content
15,896,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Microsoft is looking for potential C++ MVPs Pin
led mike4-May-06 16:44
led mike4-May-06 16:44 
AnswerRe: Microsoft is looking for potential C++ MVPs Pin
Trollslayer4-May-06 21:50
mentorTrollslayer4-May-06 21:50 
GeneralRe: Microsoft is looking for potential C++ MVPs Pin
Maxwell Chen4-May-06 21:58
Maxwell Chen4-May-06 21:58 
GeneralRe: Microsoft is looking for potential C++ MVPs Pin
Chris Maunder5-May-06 1:23
cofounderChris Maunder5-May-06 1:23 
GeneralRe: Microsoft is looking for potential C++ MVPs Pin
Blake Miller5-May-06 6:55
Blake Miller5-May-06 6:55 
Questionvolume of solids of revolution Pin
john over4-May-06 14:11
john over4-May-06 14:11 
AnswerRe: volume of solids of revolution Pin
Stephen Hewitt4-May-06 14:37
Stephen Hewitt4-May-06 14:37 
Questionxcopy custom build step Pin
Phil Francis4-May-06 13:46
Phil Francis4-May-06 13:46 
I'm trying to add a custom build step to my project. I want to xcopy a directory structure to my output directory

e.g. something like
xcopy $(ProjectDir)\foo $(ProjectDir)\$(Outdir)\foo

It works, but it copies it on every build. I only want it copied if something under foo has changed (new file added, file changed, etc...).

Actually, I wouldn't really mind having it copied on every build, except that whenever I try to run my app from vc++, it complains that the project is out of date and asks me to rebuild.

The custom build step forces me to specify an output file, so it can check the timestamp to see if it needs to be updated - not really sure what to put here, since I'm copying a whole directory structure. I tried a few different things, but it made no difference.

Anyone know an easy way to do this?


GeneralRe: xcopy custom build step Pin
George L. Jackson4-May-06 17:23
George L. Jackson4-May-06 17:23 
GeneralRe: xcopy custom build step Pin
Phil Francis4-May-06 20:44
Phil Francis4-May-06 20:44 
GeneralRe: xcopy custom build step Pin
George L. Jackson5-May-06 5:54
George L. Jackson5-May-06 5:54 
AnswerRe: WIN32 Pin
Gerald Schwab4-May-06 11:27
Gerald Schwab4-May-06 11:27 
QuestionHow to get char[] from CEdit control Pin
masnu4-May-06 10:51
masnu4-May-06 10:51 
AnswerRe: How to get char[] from CEdit control Pin
led mike4-May-06 11:23
led mike4-May-06 11:23 
AnswerRe: How to get char[] from CEdit control Pin
RChin4-May-06 11:26
RChin4-May-06 11:26 
AnswerRe: How to get char[] from CEdit control Pin
Amar Sutar4-May-06 18:53
Amar Sutar4-May-06 18:53 
QuestionCTreeCtrl derived class problem Pin
Neagoe Gabriel4-May-06 9:48
Neagoe Gabriel4-May-06 9:48 
QuestionOS in C++ Pin
BorolePrashant4-May-06 9:35
BorolePrashant4-May-06 9:35 
GeneralRe: OS in C++ Pin
Maxwell Chen4-May-06 19:22
Maxwell Chen4-May-06 19:22 
QuestionHow to implement a WM_COPY handler for a CEdit derived control Pin
madmax00014-May-06 9:10
madmax00014-May-06 9:10 
AnswerRe: How to implement a WM_COPY handler for a CEdit derived control Pin
David Crow4-May-06 9:12
David Crow4-May-06 9:12 
GeneralRe: How to implement a WM_COPY handler for a CEdit derived control Pin
madmax00014-May-06 9:34
madmax00014-May-06 9:34 
GeneralRe: How to implement a WM_COPY handler for a CEdit derived control Pin
David Crow4-May-06 10:37
David Crow4-May-06 10:37 
GeneralRe: How to implement a WM_COPY handler for a CEdit derived control Pin
madmax00014-May-06 11:12
madmax00014-May-06 11:12 
Questionstd::string to float Pin
rahultaing4-May-06 7:43
rahultaing4-May-06 7:43 

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.