POV-Ray : Newsgroups : povray.programming : Compiling 3.7 RC7 with Visual Studio Express 2012 : Re: Compiling 3.7 RC7 with Visual Studio Express 2012 Server Time
18 Apr 2024 20:31:14 EDT (-0400)
  Re: Compiling 3.7 RC7 with Visual Studio Express 2012  
From: atlaste
Date: 25 Jun 2015 14:25:00
Message: <web.558c470a527de37e6d0f10450@news.povray.org>
scott <sco### [at] scottcom> wrote:
> There are a few steps I needed to take to get this to work correctly.
> This isn't necessarily the best way or the only way, it's simply what I
> did to get it working.
>
> [... step 1-9 ...]

Just tried it with VS2013. Still doesn't build, you need a few more steps for
that. Here's the stuff you need in addition to the earlier steps:

10. Fix msvc.h:

  #elif _MSC_VER >= 1800 && _MSC_VER < 1900
 #define COMPILER_VER                      ".msvc13"
 #define METADATA_COMPILER_STRING          "msvc 13"
  #else

11. Search for 'using std::min'. Above the 'namespace', add '#include
<algorithm>'.

Build, done.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.