
17 Mar
2004
17 Mar
'04
9:53 a.m.
"John Maddock" <john@johnmaddock.co.uk> wrote: // // As far as I can tell from Intels docs, all it's predefined macros are set to // the same values irrespective of whether it's been installed on top of VC6, // VC7, or VC7.1. // I wonder what Intel could do: the compiler can be integrated in more than one VS version on the same machine, that's why you can't speak about an "installation on" a particular version. So IMO, the only possibility for setting the _MSC_VER macro is interpreting the /QvcXX switches on the command line. I think that just the default value is wrong: it should be 1310 instead of 1200. What do you think? Stefan