I prompted to rebuild project EVERY time I start my application from visual studio. Even I change nothing in project and run my app. from VS one second before
Obj:
Intel(R) Visual Fortran Compiler XE 12.1.1.258 [IA-32]
Intel(R) Visual Fortran Compiler XE 12.1.1.258 [Intel(R) 64]
under MS visual studio 2010 SP1
Windows 7, 64 bit
Error exists on every mode and platform: debug, release, 64, 32 bit
Before "this time" all be OK
May be I change some project properties or something else?
連結已複製
3 回應
If you do a clean and then a full rebuild does it build OK first time or is there some error? Circular dependencies can cause this type of problem but in such cases a build after a clean will often fail which gives the clues.
