linking nonincrementally?

geekybear

Senior member
Oct 4, 2001
283
0
0
LINK : warning LNK4076: invalid incremental status file "Debug/fractionImplement.ilk"; linking nonincrementally

getting this warning message when compiling a program in visual c++. what does this mean and what can i do to remove this warning?
 

singh

Golden Member
Jul 5, 2001
1,449
0
0
I think that issuing choosing Build->Rebuild All might take care of the problem.