Hello,
is there a way to distinguish between VC.NET 2002 and VC.NET 2003 at
compile-time (pre-defined preprocessor macros)? I have only found
_MSC_VER to be set to 1300 in both versions, which doesn't solve this
problem. Do I have to define my own macro or redefine _MSC_VER?
regards,
Andreas
Jochen Kalmbach - 17 Sep 2003 10:03 GMT
> is there a way to distinguish between VC.NET 2002 and VC.NET 2003 at
> compile-time (pre-defined preprocessor macros)? I have only found
> _MSC_VER to be set to 1300 in both versions, which doesn't solve this
> problem.
No!
VC7.0 => _MSC_VER = 1300
VC7.1 => _MSC_VER = 1310

Signature
Greetings
Jochen
Do you need a memory-leak finder ?
http://www.codeproject.com/tools/leakfinder.asp