double compiles?

Started by
3 comments, last by gimp 22 years, 9 months ago
For some reason I do a compile (incremental) then as soon as I press F5 it tells me that there a few more files that need compiling... Chris Brodie http:\\fourth.flipcode.com
Chris Brodie
Advertisement
I got that a bit with the VS7 beta -- turning off precompiled headers fixed it. I''m not sure which compiler you''re using, but you might try doing that if it uses those.
I get stuff similar to this all the time... MSVC++ thinking it needs to compile the .exe twice before proceeding. Just a bug, I suppose.
close your workspace and delete your intermediate files (including the precomiled headers), then come back in and perform a rebuild all ...

this is a sync error ... and it will not fix itself ...

if you want to avoid it in the future ... turn off precomiled headers as well.

once i had an error that had to be fixed by delete my workspace file (NOT the project) .. and then letting it remake it when i opened the project.
I have precompiled headers turned off. I work in two locations so often(twice a day) clear out temp files to reduce the size of the zip file to be transmitted...

Humm....

Chris Brodie
http:\\fourth.flipcode.com
Chris Brodie

This topic is closed to new replies.

Advertisement