<div dir="ltr">I'm attempting to compile paraview in windows using visual studio 2013.<div><br></div><div>So far I've managed to succesfully compile QT, and Zlib, and have configured the paraview source with CMake. I now have a Visual Studio solution file, upon opening the solution and attempting to build I get a bunch of errors. The root of the problem appears with min and max in various projects within the solution, I get a lot of these errors.</div>
<div><br></div><div><div>Error<span class="" style="white-space:pre">   </span>22<span class="" style="white-space:pre">        </span>error C3861: 'min': identifier not found<span class="" style="white-space:pre">  </span>C:\paraview\ThirdParty\protobuf\vtkprotobuf\src\google\protobuf\wire_format_lite_inl.h<span class="" style="white-space:pre">    </span>270<span class="" style="white-space:pre">       </span>1<span class="" style="white-space:pre"> </span>protobuf</div>
<div>Error<span class="" style="white-space:pre">       </span>23<span class="" style="white-space:pre">        </span>error C3861: 'max': identifier not found<span class="" style="white-space:pre">  </span>C:\paraview\ThirdParty\protobuf\vtkprotobuf\src\google\protobuf\repeated_field.cc<span class="" style="white-space:pre"> </span>46<span class="" style="white-space:pre">        </span>1<span class="" style="white-space:pre"> </span>protobuf</div>
</div><div><br></div><div>Any suggestions?</div><div><br></div><div>Cheers,</div><div>Bruce</div></div>