Click here to Skip to main content
15,902,299 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: cant make it stop, problem with small c++ code Pin
josda10008-Jul-09 9:04
josda10008-Jul-09 9:04 
GeneralRe: cant make it stop, problem with small c++ code Pin
josda10008-Jul-09 9:03
josda10008-Jul-09 9:03 
GeneralRe: cant make it stop, problem with small c++ code Pin
gamefreak22918-Jul-09 9:12
gamefreak22918-Jul-09 9:12 
QuestionUnderstanding SDI Document/View Linkage - #$@%$%%^$%^% Pin
CodeMacDaddy8-Jul-09 8:47
CodeMacDaddy8-Jul-09 8:47 
Questionlib file keeps fully recompiling even when no changes have been made Pin
KellyR8-Jul-09 7:32
KellyR8-Jul-09 7:32 
AnswerRe: lib file keeps fully recompiling even when no changes have been made Pin
Stuart Dootson8-Jul-09 9:40
professionalStuart Dootson8-Jul-09 9:40 
AnswerRe: lib file keeps fully recompiling even when no changes have been made Pin
KellyR9-Jul-09 3:14
KellyR9-Jul-09 3:14 
AnswerRe: lib file keeps fully recompiling even when no changes have been made Pin
Alan Balkany8-Jul-09 11:21
Alan Balkany8-Jul-09 11:21 
Check the dates on the lib-project source files. If (for some reason) they're in the future, the compiler will think the object and lib files are always out of date.

I've seen a similar problem when the computer's system date is in the past. The new object and lib files get this old date, so always appear out of date.

If the lib project uses a DLL with a future date, this can give the same symptoms.

Another guess: The dependencies may not be set up correctly for this lib project.
Question[Message Deleted] Pin
vidya5568-Jul-09 7:10
vidya5568-Jul-09 7:10 
AnswerRe: Memory Manager Pin
David Crow8-Jul-09 7:15
David Crow8-Jul-09 7:15 
AnswerRe: Memory Manager Pin
Stuart Dootson8-Jul-09 7:17
professionalStuart Dootson8-Jul-09 7:17 
AnswerRe: Memory Manager Pin
Michael Schubert8-Jul-09 7:22
Michael Schubert8-Jul-09 7:22 
General[Message Deleted] Pin
vidya5568-Jul-09 7:37
vidya5568-Jul-09 7:37 
GeneralRe: Memory Manager Pin
molesworth8-Jul-09 9:37
molesworth8-Jul-09 9:37 
GeneralRe: Memory Manager Pin
vidya5568-Jul-09 11:07
vidya5568-Jul-09 11:07 
GeneralRe: Memory Manager Pin
molesworth8-Jul-09 13:59
molesworth8-Jul-09 13:59 
GeneralRe: Memory Manager Pin
Rajesh R Subramanian8-Jul-09 22:17
professionalRajesh R Subramanian8-Jul-09 22:17 
AnswerRe: Memory Manager Pin
harold aptroot8-Jul-09 8:12
harold aptroot8-Jul-09 8:12 
Questioninline or macro Pin
Be programmer8-Jul-09 6:36
Be programmer8-Jul-09 6:36 
AnswerRe: inline or macro Pin
Michael Schubert8-Jul-09 6:46
Michael Schubert8-Jul-09 6:46 
GeneralRe: inline or macro Pin
George L. Jackson8-Jul-09 6:59
George L. Jackson8-Jul-09 6:59 
GeneralRe: inline or macro Pin
PJ Arends8-Jul-09 9:12
professionalPJ Arends8-Jul-09 9:12 
JokeRe: inline or macro Pin
David Crow8-Jul-09 7:07
David Crow8-Jul-09 7:07 
JokeRe: inline or macro Pin
Roger Stoltz8-Jul-09 8:11
Roger Stoltz8-Jul-09 8:11 
AnswerRe: inline or macro Pin
Stuart Dootson8-Jul-09 7:14
professionalStuart Dootson8-Jul-09 7:14 

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.