I originally posted a message in the ide_general newsgroup...but nobody
responded. My question is this:
can you specify an older version upon compiling (much like specifying
"-source" in Java)? My guess is no, but I thought I'd ask.
Thanks,
Carl Daniel [VC++ MVP] - 09 Jun 2005 18:35 GMT
> I originally posted a message in the ide_general newsgroup...but
> nobody responded. My question is this:
>
> can you specify an older version upon compiling (much like specifying
> "-source" in Java)? My guess is no, but I thought I'd ask.
If by "specify an older version" you mean "Can I force the compiler to
behave like a previous version when compiling this code?", the answer is no.
-cd