From: Brian G. <br...@gl...> - 2008-01-17 10:57:08
|
Anton Korobeynikov wrote: > Hello, Everyone > >> If they are not being maintained, my view is that we should remove them >> since they will mislead people into thinking that they work when this is >> not the case. > I definitely agree. It will be better to remove them, not to leave. > Maybe, there will be someone, who will be able to maintain at least one > of vc7/vc8 versions. Hi Anton, In fact we probably don't need to maintain the vc8 build projects since it seems to be very easy to move back from vc9 to vc8. Simply changing the line: Version="9.00" to Version="8.00" in a vc9 *.vcproj file makes it into a project file that will work in vc8 (which simply ignores the vc9 features in the file). I have done this on quite a few projects and, so far, it has worked every time. Brian |