|
..or use SCons for the compilations: it considers not only header dependencies, but also command line options. Pretty clever. :)
1.2.2005 kello 18:19, John Paquin kirjoitti:But now I compiled it again, with the same configration, and it works !?
This sounds like PCHS (pre-compiled headers syndrome).When you change a central header file (especially when you change a define or add a virtual function) make sure you recompile your whole project.