[vtk-developers] what is the preprocessor macro for VS6?

Brad King brad.king at kitware.com
Tue Apr 21 16:35:40 EDT 2009


Francois Bertel wrote:
> I read to fast, _MSC_VER seems to be 600 for the C compiler but 1200
> for the C++ compiler.

No, it's 1200 for both.  The version of the C compiler that comes with
Visual C++ 6 is actually "12.00".  Run "cl" with no arguments to see it.

-Brad



More information about the vtk-developers mailing list