Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Warning
titleNo support for Visual Studio 6!

Note that Visual Studio 6 is NOT supported. There are C++ features, particularly templates and STL use across libraries, that will not run on the older runtime library, even if you made it build. Do not waste your time.

VC14 support is under development.  If you are using the build.make file in the cpp-msbuild project then you should note that defining VCVERSION on the command line will use the appropriate tools

Code Block
h:\Perforce\devel\cpp-msbuild>nmake /f build.make VCVERSION=VC14